Html Css Color HEX #9B0BB5 Dark Violet

📋 copy color: '#9B0BB5'

red 155 ◦ green 11 ◦ blue 181

#9B0BB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9B0BB5

Tints of Dark Violet #9B0BB5

RGB

 RED value IS 155 (60.94% from 255) = 44.67%

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 181 (71.09% from 255) = 52.16%

R = 44.67%
G = 3.17%
B = 52.16%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B0BB5 (or 0x9B0BB5) is known color: Dark Violet. HEX triplet: 9B, 0B and B5. RGB value is (155,11,181). Sum of RGB (Red+Green+Blue) = 155+11+181=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #9B0BB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0BB5 is #64F44A. Grayscale: #484848. Windows color (decimal): -6616139 or 11864987. OLE color: 11864987.

HSL color Cylindrical-coordinate representation of color #9B0BB5: hue angle of 290.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0BB5 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 11 181 -
CMYK 0.14 0.94 0 0.29
HSL 290.82º 0.89% 0.38% -
HSV(B) 290.82º 0.94% 0.71% -
XYZ 21.98 10.54 44.59 -
YUV 73.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 155 11 181 0.14 0.94 0 0.29 290.82 0.89 0.38
Hex 9B B B5 E 5E 0 1D 123 59 26
Octal 233 13 265 16 136 0 35 443 131 46
Binary 10011011 1011 10110101 1110 1011110 0 11101 100100011 1011001 100110

Color Harmonies of #9B0BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0BB5

Black with #9B0BB5

Text Example


Text Example

White with #9B0BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B0BB5; }

 p { color: rgb(155,11,181); }

 H1.HeaderClassName
 {
   color: #9B0BB5;
 }
 .AnyTagClassName
 {
   color: #9B0BB5;
 }
</style>

background-color css

<style>
 a { background-color: #9B0BB5; }

 a { background-color: rgb(155,11,181); }

 div.DivClassName
 {
   background-color: #9B0BB5;
 }
 .BgClassName
 {
   background-color: #9B0BB5;
 }
</style>

border-color css

<style>
 span { border-color: #9B0BB5; }

 span { border-color: rgb(155,11,181); }

 td.TdClassName
 {
   border-color: #9B0BB5;
 }
 .TagClassName
 {
   border-color: #9B0BB5;
 }
</style>