#9E0ABE

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

Shades of Dark Violet #9E0ABE

Tints of Dark Violet #9E0ABE

Color information

#9E0ABE (or 0x9E0ABE) is unknown color: approx Dark Violet. HEX triplet: 9E, 0A and BE. RGB value is (158,10,190). Sum of RGB (Red+Green+Blue) = 158+10+190=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ABE is #61F541. Grayscale: #4A4A4A. Windows color (decimal): -6419778 or 12454558. OLE color: 12454558.

HSL color Cylindrical-coordinate representation of color #9E0ABE: hue angle of 289.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0ABE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15810190-
CMYK0.170.9500.25
HSL289.33º90%39.22%-
HSV(B)289.33º94.74%74.51%-
XYZ23.511.249.64-
YUV74.77193.03187.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=44.13%
G=2.79%
B=53.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158101900.170.9500.25289.339039.22
Hex9EABE115F0191215a27
Octal236122762113703144113247
Binary100111101010101111101000110111110110011001000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,10,190); }

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

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

 a { background-color: rgb(158,10,190); }

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

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

 span { border-color: rgb(158,10,190); }

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