Html Css Color HEX #8E428A Vivid Violet

📋 copy color: '#8E428A'

red 142 ◦ green 66 ◦ blue 138

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

Shades of Vivid Violet #8E428A

Tints of Vivid Violet #8E428A

RGB

 RED value IS 142 (55.86% from 255) = 41.04%

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 41.04%
G = 19.08%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E428A (or 0x8E428A) is known color: Vivid Violet. HEX triplet: 8E, 42 and 8A. RGB value is (142,66,138). Sum of RGB (Red+Green+Blue) = 142+66+138=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E428A is #71BD75. Grayscale: #606060. Windows color (decimal): -7454070 or 9061006. OLE color: 9061006.

HSL color Cylindrical-coordinate representation of color #8E428A: hue angle of 303.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E428A is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 66 138 -
CMYK 0 0.54 0.03 0.44
HSL 303.16º 0.37% 0.41% -
HSV(B) 303.16º 0.54% 0.56% -
XYZ 17.69 11.48 25.33 -
YUV 96.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 142 66 138 0 0.54 0.03 0.44 303.16 0.37 0.41
Hex 8E 42 8A 0 36 3 2C 12F 25 29
Octal 216 102 212 0 66 3 54 457 45 51
Binary 10001110 1000010 10001010 0 110110 11 101100 100101111 100101 101001

Color Harmonies of #8E428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E428A

Black with #8E428A

Text Example


Text Example

White with #8E428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E428A;
 }
 .AnyTagClassName
 {
   color: #8E428A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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