#8E05B4

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

Shades of Dark Violet #8E05B4

Tints of Dark Violet #8E05B4

Color information

#8E05B4 (or 0x8E05B4) is unknown color: approx Dark Violet. HEX triplet: 8E, 05 and B4. RGB value is (142,5,180). Sum of RGB (Red+Green+Blue) = 142+5+180=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E05B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E05B4 is #71FA4B. Grayscale: #414141. Windows color (decimal): -7469644 or 11797902. OLE color: 11797902.

HSL color Cylindrical-coordinate representation of color #8E05B4: hue angle of 286.97º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E05B4 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1425180-
CMYK0.210.9700.29
HSL286.97º94.59%36.27%-
HSV(B)286.97º97.22%70.59%-
XYZ19.459.1543.92-
YUV65.91192.39182.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 180 (70.70% from 255) = 55.05%
R=43.43%
G=1.53%
B=55.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14251800.210.9700.29286.9794.5936.27
Hex8E5B4156101D11f5f24
Octal21652642514103543713744
Binary10001110101101101001010111000010111011000111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E05B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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