#9E0ECC

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

Shades of Dark Violet #9E0ECC

Tints of Dark Violet #9E0ECC

Color information

#9E0ECC (or 0x9E0ECC) is unknown color: approx Dark Violet. HEX triplet: 9E, 0E and CC. RGB value is (158,14,204). Sum of RGB (Red+Green+Blue) = 158+14+204=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ECC is #61F133. Grayscale: #4E4E4E. Windows color (decimal): -6418740 or 13373086. OLE color: 13373086.

HSL color Cylindrical-coordinate representation of color #9E0ECC: hue angle of 285.47º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0ECC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15814204-
CMYK0.230.9300.2
HSL285.47º87.16%42.75%-
HSV(B)285.47º93.14%80%-
XYZ25.1611.9458.11-
YUV78.72198.71184.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=42.02%
G=3.72%
B=54.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal158142040.230.9300.2285.4787.1642.75
Hex9EECC175D01411d572b
Octal236163142713502443512753
Binary100111101110110011001011110111010101001000111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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