COLOR #9B52ED

HEX: #9B52ED RGB: (155,82,237)

Color info

#9B52ED contains mainly blue color. Web safe color of #9B52ED is #9966FF (or #96F).

RGB color model

#9B52ED color RGB value is (155,82,237).

RGB: (155,82,237) (61%, 32%, 93%)

RGB channels and saturation

R 155 of 255 = 61%
G 82 of 255 = 32%
B 237 of 255 = 93%

155
82
237

R + G + B ~ 62%. #9B52ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 82 + 237 = 474 (100%)
R 155 of 474 ~ 32.7%
G 82 of 474 ~ 17.3%
B 237 of 474 ~ 50'%

%32.7
%17.3
%50

CMYK color model

#9B52ED color CMYK value is (35,65,0,7).

  • cyan value is 34.60%
  • magenta value is 65.40%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (35,65,0,7)
C35M65Y0K7 (35%, 65%, 0%, 7%)
(0.35 / 0.65 / 0.00 / 0.07)

CMYK percentages

%34.6
%65.4
%0
%7.06

Codes

Color #9B52ED in popluar color models

9B 52 ED
RGB 155 82 237
HSL 268° 81.15% 62.55%
HSB/HSV 268° 65.40% 92.94%
CMYK 34.60% 65.40% 0.00%
7.06%

Color #9B52ED in popluar number systems.

HEX 9B 52 ED
Decimal 155 82 237
Binary 10011011 1010010 11101101
Octal 233 122 355

Shades and tints

Shades of #9B52ED

#9B52ED
(155,82,237)
#8D4BD8
(141,75,216)
#7F44C3
(127,68,195)
#713DAE
(113,61,174)
#633699
(99,54,153)
#552F84
(85,47,132)
#47286F
(71,40,111)
#39215A
(57,33,90)
#2B1A45
(43,26,69)
#1D1330
(29,19,48)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #9B52ED

#9B52ED
(155,82,237)
#A461EE
(164,97,238)
#AD70EF
(173,112,239)
#B67FF0
(182,127,240)
#BF8EF1
(191,142,241)
#C89DF2
(200,157,242)
#D1ACF3
(209,172,243)
#DABBF4
(218,187,244)
#E3CAF5
(227,202,245)
#ECD9F6
(236,217,246)
#F5E8F7
(245,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B52ED color. Also use rgb(155,82,237) instead hex code.

Text Font Color

.myTextColor { color: #9B52ED; }

<p style="color:#9B52ED">This sample text font color is #9B52ED.</p>

This text font color is #9B52ED.

Background Color

.myBgColor { background-color: #9B52ED; }

<div style="background-color:#9B52ED">Inner text</div>

This div background color is #9B52ED.

Border color

.myBorderColor { border: 1px solid #9B52ED; }

<div style="border:3px solid #9B52ED">Div</div>

This div border color is #9B52ED.

Opacity

.myOpacity80 { color: #9B52ED; opacity: 0.8; }

<p style="color:#9B52ED;opacity:0.8;">80%</p>

Text with #9B52ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9B52ED;}

<p style="text-shadow: 3px 3px 1px #9B52ED">Text here.</p>

This text has shadow with #9B52ED color.


.textShadow {text-shadow: 3px 3px 1px #9B52ED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9B52ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #9B52ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B52ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9B52ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #9B52ED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B52ED;
-webkit-box-shadow: 1px 1px 3px 2px #9B52ED;
box-shadow: 1px 1px 3px 2px #9B52ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B52ED; -webkit-box-shadow: 1px 1px 3px 2px #9B52ED; box-shadow:1px 1px 3px 2px #9B52ED;">
Div content here
</div>

This div box has shadow with color #9B52ED.

Preview

Color preview on black background

This text has color #9B52ED on black background.


Color preview on white background

This text has color #9B52ED on white background.


Black color preview on #9B52ED background

This text has black color on #9B52ED background.


White color preview on #9B52ED background

This text has white color on #9B52ED background.


Related colors

Complementary color

Complementary color for #hex is #64AD12.


I love getcolorcode.com

Triadic colors

1 #ED9B52 and #52ED9B with #9B52ED are triadic colors.

2 #ED529B and #529BED with #9B52ED are triadic colors.