#8E09EB

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

Shades of Dark Violet #8E09EB

Tints of Dark Violet #8E09EB

Color information

#8E09EB (or 0x8E09EB) is unknown color: approx Dark Violet. HEX triplet: 8E, 09 and EB. RGB value is (142,9,235). Sum of RGB (Red+Green+Blue) = 142+9+235=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E09EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E09EB is #71F614. Grayscale: #494949. Windows color (decimal): -7468565 or 15403406. OLE color: 15403406.

HSL color Cylindrical-coordinate representation of color #8E09EB: hue angle of 275.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E09EB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1429235-
CMYK0.400.9600.08
HSL275.31º92.62%47.84%-
HSV(B)275.31º96.17%92.16%-
XYZ26.2511.9479.52-
YUV74.53218.56176.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 9 (3.91% from 255) = 2.33%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=36.79%
G=2.33%
B=60.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal14292350.400.9600.08275.3192.6247.84
Hex8E9EB2860081135d30
Octal216113535014001042313560
Binary100011101001111010111010001100000010001000100111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E09EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E09EB; }

 p { color: rgb(142,9,235); }

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

<style>
 a { background-color: #8E09EB; }

 a { background-color: rgb(142,9,235); }

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

<style>
 span { border-color: #8E09EB; }

 span { border-color: rgb(142,9,235); }

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