#9E0ABF

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

Shades of Dark Violet #9E0ABF

Tints of Dark Violet #9E0ABF

Color information

#9E0ABF (or 0x9E0ABF) is unknown color: approx Dark Violet. HEX triplet: 9E, 0A and BF. RGB value is (158,10,191). Sum of RGB (Red+Green+Blue) = 158+10+191=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E0ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ABF is #61F540. Grayscale: #4A4A4A. Windows color (decimal): -6419777 or 12520094. OLE color: 12520094.

HSL color Cylindrical-coordinate representation of color #9E0ABF: hue angle of 289.06º 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 #9E0ABF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15810191-
CMYK0.170.9500.25
HSL289.06º90.05%39.41%-
HSV(B)289.06º94.76%74.9%-
XYZ23.6111.2550.22-
YUV74.89193.53187.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 191 (75% from 255) = 53.20%
R=44.01%
G=2.79%
B=53.20%

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
Decimal158101910.170.9500.25289.0690.0539.41
Hex9EABF115F0191215a27
Octal236122772113703144113247
Binary100111101010101111111000110111110110011001000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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