Html Css Color HEX #8E429B Vivid Violet

📋 copy color: '#8E429B'

red 142 ◦ green 66 ◦ blue 155

#8E429B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8E429B

Tints of Vivid Violet #8E429B

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.7%

R = 39.12%
G = 18.18%
B = 42.7%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E429B (or 0x8E429B) is known color: 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

RGB 142 66 155 -
CMYK 0.08 0.57 0 0.39
HSL 291.24º 0.4% 0.43% -
HSV(B) 291.24º 0.57% 0.61% -
XYZ 19.02 12.01 32.33 -
YUV 98.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 142 66 155 0.08 0.57 0 0.39 291.24 0.4 0.43
Hex 8E 42 9B 8 39 0 27 123 28 2B
Octal 216 102 233 10 71 0 47 443 50 53
Binary 10001110 1000010 10011011 1000 111001 0 100111 100100011 101000 101011

Color Harmonies of #8E429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E429B

Black with #8E429B

Text Example


Text Example

White with #8E429B

Text Example


Text Example

HTML Codes & Css Web 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>