#9D0CB6

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

Shades of Dark Violet #9D0CB6

Tints of Dark Violet #9D0CB6

Color information

#9D0CB6 (or 0x9D0CB6) is unknown color: approx Dark Violet. HEX triplet: 9D, 0C and B6. RGB value is (157,12,182). Sum of RGB (Red+Green+Blue) = 157+12+182=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D0CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CB6 is #62F349. Grayscale: #4A4A4A. Windows color (decimal): -6484810 or 11930781. OLE color: 11930781.

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

Color convert

RGB15712182-
CMYK0.140.9300.29
HSL291.18º87.63%38.04%-
HSV(B)291.18º93.41%71.37%-
XYZ22.4810.8145.16-
YUV74.74188.54186.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 12 (5.08% from 255) = 3.42%
BLUE value IS 182 (71.48% from 255) = 51.85%
R=44.73%
G=3.42%
B=51.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal157121820.140.9300.29291.1887.6338.04
Hex9DCB6E5D01D1235826
Octal235142661613503544313046
Binary10011101110010110110111010111010111011001000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,182); }

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

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

 a { background-color: rgb(157,12,182); }

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

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

 span { border-color: rgb(157,12,182); }

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