#9E0ED2

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

Shades of Dark Violet #9E0ED2

Tints of Dark Violet #9E0ED2

Color information

#9E0ED2 (or 0x9E0ED2) is unknown color: approx Dark Violet. HEX triplet: 9E, 0E and D2. RGB value is (158,14,210). Sum of RGB (Red+Green+Blue) = 158+14+210=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 210 (82.42% from 255 or 54.97% from 382); Max value from RGB is 210 - color contains mainly: blue. Hex color #9E0ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ED2 is #61F12D. Grayscale: #4E4E4E. Windows color (decimal): -6418734 or 13766302. OLE color: 13766302.

HSL color Cylindrical-coordinate representation of color #9E0ED2: hue angle of 284.08º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0ED2 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15814210-
CMYK0.250.9300.18
HSL284.08º87.5%43.92%-
HSV(B)284.08º93.33%82.35%-
XYZ25.8912.2461.97-
YUV79.4201.71184.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 14 (5.86% from 255) = 3.66%
BLUE value IS 210 (82.42% from 255) = 54.97%
R=41.36%
G=3.66%
B=54.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158142100.250.9300.18284.0887.543.92
Hex9EED2195D01211c582c
Octal236163223113502243413054
Binary100111101110110100101100110111010100101000111001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,210); }

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

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

 a { background-color: rgb(158,14,210); }

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

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

 span { border-color: rgb(158,14,210); }

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