#9B0CB2

Color #9B0CB2 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9B0CB2

Tints of Dark Violet #9B0CB2

Color information

#9B0CB2 (or 0x9B0CB2) is unknown color: approx Dark Violet. HEX triplet: 9B, 0C and B2. RGB value is (155,12,178). Sum of RGB (Red+Green+Blue) = 155+12+178=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B0CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0CB2 is #64F34D. Grayscale: #494949. Windows color (decimal): -6615886 or 11668635. OLE color: 11668635.

HSL color Cylindrical-coordinate representation of color #9B0CB2: hue angle of 291.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0CB2 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15512178-
CMYK0.130.9300.30
HSL291.69º87.37%37.25%-
HSV(B)291.69º93.26%69.8%-
XYZ21.6810.4542.99-
YUV73.68186.88186-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 178 (69.92% from 255) = 51.59%
R=44.93%
G=3.48%
B=51.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155121780.130.9300.30291.6987.3737.25
Hex9BCB2D5D01E1245725
Octal233142621513503644412745
Binary10011011110010110010110110111010111101001001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,12,178); }

 H1.HeaderClassName
 {
   color: #9B0CB2;
 }
 .AnyTagClassName
 {
   color: #9B0CB2;
 }
</style>
background-color css

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

 a { background-color: rgb(155,12,178); }

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

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

 span { border-color: rgb(155,12,178); }

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