#8E20D6

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

Shades of Blue Violet #8E20D6

Tints of Blue Violet #8E20D6

Color information

#8E20D6 (or 0x8E20D6) is unknown color: approx Blue Violet. HEX triplet: 8E, 20 and D6. RGB value is (142,32,214). Sum of RGB (Red+Green+Blue) = 142+32+214=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E20D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20D6 is #71DF29. Grayscale: #555555. Windows color (decimal): -7462698 or 14033038. OLE color: 14033038.

HSL color Cylindrical-coordinate representation of color #8E20D6: hue angle of 276.26º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E20D6 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14232214-
CMYK0.340.8500.16
HSL276.26º73.98%48.24%-
HSV(B)276.26º85.05%83.92%-
XYZ23.8111.6464.61-
YUV85.64200.44168.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 32 (12.89% from 255) = 8.25%
BLUE value IS 214 (83.98% from 255) = 55.15%
R=36.60%
G=8.25%
B=55.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142322140.340.8500.16276.2673.9848.24
Hex8E20D622550101144a30
Octal216403264212502042411260
Binary100011101000001101011010001010101010100001000101001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E20D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,214); }

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

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

 a { background-color: rgb(142,32,214); }

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

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

 span { border-color: rgb(142,32,214); }

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