#9b0cc2

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

Shades of Dark Violet #9B0CC2

Tints of Dark Violet #9B0CC2

Color information

#9B0CC2 (or 0x9B0CC2) is unknown color: approx Dark Violet. HEX triplet: 9B, 0C and C2. RGB value is (155,12,194). Sum of RGB (Red+Green+Blue) = 155+12+194=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B0CC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CC2 is #64F33D. Grayscale: #4A4A4A. Windows color (decimal): -6615870 or 12717211. OLE color: 12717211.

HSL color Cylindrical-coordinate representation of color #9B0CC2: hue angle of 287.14º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0CC2 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15512194-
CMYK0.200.9400.24
HSL287.14º88.35%40.39%-
HSV(B)287.14º93.81%76.08%-
XYZ23.3911.1351.95-
YUV75.5194.88184.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 12 (5.08% from 255) = 3.32%
BLUE value IS 194 (76.17% from 255) = 53.74%
R=42.94%
G=3.32%
B=53.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155121940.200.9400.24287.1488.3540.39
Hex9BCC2145E01811f5828
Octal233143022413603043713050
Binary100110111100110000101010010111100110001000111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b0cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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