#9D10C6

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

Shades of Dark Violet #9D10C6

Tints of Dark Violet #9D10C6

Color information

#9D10C6 (or 0x9D10C6) is unknown color: approx Dark Violet. HEX triplet: 9D, 10 and C6. RGB value is (157,16,198). Sum of RGB (Red+Green+Blue) = 157+16+198=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D10C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D10C6 is #62EF39. Grayscale: #4E4E4E. Windows color (decimal): -6483770 or 12980381. OLE color: 12980381.

HSL color Cylindrical-coordinate representation of color #9D10C6: hue angle of 286.48º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D10C6 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15716198-
CMYK0.210.9200.22
HSL286.48º85.05%41.96%-
HSV(B)286.48º91.92%77.65%-
XYZ24.2811.6254.39-
YUV78.91195.21183.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 16 (6.64% from 255) = 4.31%
BLUE value IS 198 (77.73% from 255) = 53.37%
R=42.32%
G=4.31%
B=53.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157161980.210.9200.22286.4885.0541.96
Hex9D10C6155C01611e552a
Octal235203062513402643612552
Binary1001110110000110001101010110111000101101000111101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D10C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,16,198); }

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

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

 a { background-color: rgb(157,16,198); }

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

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

 span { border-color: rgb(157,16,198); }

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