#9C0DB3

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

Shades of Dark Violet #9C0DB3

Tints of Dark Violet #9C0DB3

Color information

#9C0DB3 (or 0x9C0DB3) is unknown color: approx Dark Violet. HEX triplet: 9C, 0D and B3. RGB value is (156,13,179). Sum of RGB (Red+Green+Blue) = 156+13+179=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C0DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DB3 is #63F24C. Grayscale: #4A4A4A. Windows color (decimal): -6550093 or 11734428. OLE color: 11734428.

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

Color convert

RGB15613179-
CMYK0.130.9300.30
HSL291.69º86.46%37.65%-
HSV(B)291.69º92.74%70.2%-
XYZ21.9910.6143.54-
YUV74.68186.88186-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 13 (5.47% from 255) = 3.74%
BLUE value IS 179 (70.31% from 255) = 51.44%
R=44.83%
G=3.74%
B=51.44%

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
Decimal156131790.130.9300.30291.6986.4637.65
Hex9CDB3D5D01E1245626
Octal234152631513503644412646
Binary10011100110110110011110110111010111101001001001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,13,179); }

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

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

 a { background-color: rgb(156,13,179); }

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

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

 span { border-color: rgb(156,13,179); }

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