#8E429B

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

Shades of Vivid Violet #8E429B

Tints of Vivid Violet #8E429B

Color information

#8E429B (or 0x8E429B) is unknown color: approx Vivid Violet. HEX triplet: 8E, 42 and 9B. RGB value is (142,66,155). Sum of RGB (Red+Green+Blue) = 142+66+155=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E429B is #71BD64. Grayscale: #626262. Windows color (decimal): -7454053 or 10175118. OLE color: 10175118.

HSL color Cylindrical-coordinate representation of color #8E429B: hue angle of 291.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E429B is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14266155-
CMYK0.080.5700.39
HSL291.24º40.27%43.33%-
HSV(B)291.24º57.42%60.78%-
XYZ19.0212.0132.33-
YUV98.87159.68158.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=39.12%
G=18.18%
B=42.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142661550.080.5700.39291.2440.2743.33
Hex8E429B839027123282b
Octal21610223310710474435053
Binary1000111010000101001101110001110010100111100100011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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