#8E03E5

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

Shades of Dark Violet #8E03E5

Tints of Dark Violet #8E03E5

Color information

#8E03E5 (or 0x8E03E5) is unknown color: approx Dark Violet. HEX triplet: 8E, 03 and E5. RGB value is (142,3,229). Sum of RGB (Red+Green+Blue) = 142+3+229=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E03E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E03E5 is #71FC1A. Grayscale: #454545. Windows color (decimal): -7470107 or 15008654. OLE color: 15008654.

HSL color Cylindrical-coordinate representation of color #8E03E5: hue angle of 276.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E03E5 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1423229-
CMYK0.380.9900.10
HSL276.9º97.41%45.49%-
HSV(B)276.9º98.69%89.8%-
XYZ25.3311.4775.01-
YUV70.32217.55179.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 3 (1.56% from 255) = 0.80%
BLUE value IS 229 (89.84% from 255) = 61.23%
R=37.97%
G=0.80%
B=61.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal14232290.380.9900.10276.997.4145.49
Hex8E3E526630A115612d
Octal21633454614301242514155
Binary1000111011111001011001101100011010101000101011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E03E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,3,229); }

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

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

 a { background-color: rgb(142,3,229); }

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

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

 span { border-color: rgb(142,3,229); }

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