#8E03D3

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

Shades of Dark Violet #8E03D3

Tints of Dark Violet #8E03D3

Color information

#8E03D3 (or 0x8E03D3) is unknown color: approx Dark Violet. HEX triplet: 8E, 03 and D3. RGB value is (142,3,211). Sum of RGB (Red+Green+Blue) = 142+3+211=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E03D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E03D3 is #71FC2C. Grayscale: #434343. Windows color (decimal): -7470125 or 13829006. OLE color: 13829006.

HSL color Cylindrical-coordinate representation of color #8E03D3: hue angle of 280.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E03D3 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1423211-
CMYK0.330.9900.17
HSL280.1º97.2%41.96%-
HSV(B)280.1º98.58%82.75%-
XYZ22.9510.5262.45-
YUV68.27208.55180.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 211 (82.81% from 255) = 59.27%
R=39.89%
G=0.84%
B=59.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14232110.330.9900.17280.197.241.96
Hex8E3D32163011118612a
Octal21633234114302143014152
Binary10001110111101001110000111000110100011000110001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E03D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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