#8E05D3

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

Shades of Dark Violet #8E05D3

Tints of Dark Violet #8E05D3

Color information

#8E05D3 (or 0x8E05D3) is unknown color: approx Dark Violet. HEX triplet: 8E, 05 and D3. RGB value is (142,5,211). Sum of RGB (Red+Green+Blue) = 142+5+211=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E05D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E05D3 is #71FA2C. Grayscale: #444444. Windows color (decimal): -7469613 or 13829518. OLE color: 13829518.

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

Color convert

RGB1425211-
CMYK0.330.9800.17
HSL279.9º95.37%42.35%-
HSV(B)279.9º97.63%82.75%-
XYZ22.9710.5662.46-
YUV69.45207.89179.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 211 (82.81% from 255) = 58.94%
R=39.66%
G=1.40%
B=58.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14252110.330.9800.17279.995.3742.35
Hex8E5D321620111185f2a
Octal21653234114202143013752
Binary100011101011101001110000111000100100011000110001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E05D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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