#9E10C3

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

Shades of Dark Violet #9E10C3

Tints of Dark Violet #9E10C3

Color information

#9E10C3 (or 0x9E10C3) is unknown color: approx Dark Violet. HEX triplet: 9E, 10 and C3. RGB value is (158,16,195). Sum of RGB (Red+Green+Blue) = 158+16+195=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E10C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10C3 is #61EF3C. Grayscale: #4E4E4E. Windows color (decimal): -6418237 or 12783774. OLE color: 12783774.

HSL color Cylindrical-coordinate representation of color #9E10C3: hue angle of 287.6º 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 #9E10C3 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15816195-
CMYK0.190.9200.24
HSL287.6º84.83%41.37%-
HSV(B)287.6º91.79%76.47%-
XYZ24.1411.5852.59-
YUV78.86193.54184.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 16 (6.64% from 255) = 4.34%
BLUE value IS 195 (76.56% from 255) = 52.85%
R=42.82%
G=4.34%
B=52.85%

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
Decimal158161950.190.9200.24287.684.8341.37
Hex9E10C3135C0181205529
Octal236203032313403044012551
Binary1001111010000110000111001110111000110001001000001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E10C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,16,195); }

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

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

 a { background-color: rgb(158,16,195); }

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

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

 span { border-color: rgb(158,16,195); }

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