#9D10C2

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

Shades of Dark Violet #9D10C2

Tints of Dark Violet #9D10C2

Color information

#9D10C2 (or 0x9D10C2) is unknown color: approx Dark Violet. HEX triplet: 9D, 10 and C2. RGB value is (157,16,194). Sum of RGB (Red+Green+Blue) = 157+16+194=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #9D10C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D10C2 is #62EF3D. Grayscale: #4D4D4D. Windows color (decimal): -6483774 or 12718237. OLE color: 12718237.

HSL color Cylindrical-coordinate representation of color #9D10C2: hue angle of 287.53º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D10C2 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15716194-
CMYK0.190.9200.24
HSL287.53º84.76%41.18%-
HSV(B)287.53º91.75%76.08%-
XYZ23.8311.4351.99-
YUV78.45193.21184.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 194 (76.17% from 255) = 52.86%
R=42.78%
G=4.36%
B=52.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157161940.190.9200.24287.5384.7641.18
Hex9D10C2135C0181205529
Octal235203022313403044012551
Binary1001110110000110000101001110111000110001001000001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D10C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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