#8E45A4

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

Shades of Vivid Violet #8E45A4

Tints of Vivid Violet #8E45A4

Color information

#8E45A4 (or 0x8E45A4) is unknown color: approx Vivid Violet. HEX triplet: 8E, 45 and A4. RGB value is (142,69,164). Sum of RGB (Red+Green+Blue) = 142+69+164=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E45A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E45A4 is #71BA5B. Grayscale: #656565. Windows color (decimal): -7453276 or 10765710. OLE color: 10765710.

HSL color Cylindrical-coordinate representation of color #8E45A4: hue angle of 286.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E45A4 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14269164-
CMYK0.130.5800.36
HSL286.11º40.77%45.69%-
HSV(B)286.11º57.93%64.31%-
XYZ19.9812.6936.52-
YUV101.66163.18156.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=37.87%
G=18.4%
B=43.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142691640.130.5800.36286.1140.7745.69
Hex8E45A4D3A02411e292e
Octal21610524415720444365156
Binary1000111010001011010010011011110100100100100011110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,164); }

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

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

 a { background-color: rgb(142,69,164); }

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

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

 span { border-color: rgb(142,69,164); }

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