#8E28A7

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

Shades of Vivid Violet #8E28A7

Tints of Vivid Violet #8E28A7

Color information

#8E28A7 (or 0x8E28A7) is unknown color: approx Vivid Violet. HEX triplet: 8E, 28 and A7. RGB value is (142,40,167). Sum of RGB (Red+Green+Blue) = 142+40+167=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E28A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E28A7 is #71D758. Grayscale: #545454. Windows color (decimal): -7460697 or 10954894. OLE color: 10954894.

HSL color Cylindrical-coordinate representation of color #8E28A7: hue angle of 288.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E28A7 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14240167-
CMYK0.150.7600.35
HSL288.19º61.35%40.59%-
HSV(B)288.19º76.05%65.49%-
XYZ18.8910.0637.51-
YUV84.98174.29168.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=40.69%
G=11.46%
B=47.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142401670.150.7600.35288.1961.3540.59
Hex8E28A7F4C0231203d29
Octal21650247171140434407551
Binary1000111010100010100111111110011000100011100100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E28A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,167); }

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

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

 a { background-color: rgb(142,40,167); }

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

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

 span { border-color: rgb(142,40,167); }

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