#8E42A7

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

Shades of Vivid Violet #8E42A7

Tints of Vivid Violet #8E42A7

Color information

#8E42A7 (or 0x8E42A7) is unknown color: approx Vivid Violet. HEX triplet: 8E, 42 and A7. RGB value is (142,66,167). Sum of RGB (Red+Green+Blue) = 142+66+167=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E42A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E42A7 is #71BD58. Grayscale: #636363. Windows color (decimal): -7454041 or 10961550. OLE color: 10961550.

HSL color Cylindrical-coordinate representation of color #8E42A7: hue angle of 285.15º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E42A7 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14266167-
CMYK0.150.6000.35
HSL285.15º43.35%45.69%-
HSV(B)285.15º60.48%65.49%-
XYZ20.0812.4437.9-
YUV100.24165.68157.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=37.87%
G=17.6%
B=44.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142661670.150.6000.35285.1543.3545.69
Hex8E42A7F3C02311d2b2e
Octal21610224717740434355356
Binary1000111010000101010011111111111000100011100011101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E42A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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