Html Css Color HEX #80428E Vivid Violet

📋 copy color: '#80428E'

red 128 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #80428E

Tints of Vivid Violet #80428E

RGB

 RED value IS 128 (50.39% from 255) = 38.1%

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 38.1%
G = 19.64%
B = 42.26%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80428E (or 0x80428E) is known color: Vivid Violet. HEX triplet: 80, 42 and 8E. RGB value is (128,66,142). Sum of RGB (Red+Green+Blue) = 128+66+142=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #80428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80428E is #7FBD71. Grayscale: #5C5C5C. Windows color (decimal): -8371570 or 9323136. OLE color: 9323136.

HSL color Cylindrical-coordinate representation of color #80428E: hue angle of 288.95º 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 #80428E is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 66 142 -
CMYK 0.10 0.54 0 0.44
HSL 288.95º 0.37% 0.41% -
HSV(B) 288.95º 0.54% 0.56% -
XYZ 15.73 10.44 26.78 -
YUV 93.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 128 66 142 0.10 0.54 0 0.44 288.95 0.37 0.41
Hex 80 42 8E A 36 0 2C 121 25 29
Octal 200 102 216 12 66 0 54 441 45 51
Binary 10000000 1000010 10001110 1010 110110 0 101100 100100001 100101 101001

Color Harmonies of #80428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80428E

Black with #80428E

Text Example


Text Example

White with #80428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80428E; }

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

 H1.HeaderClassName
 {
   color: #80428E;
 }
 .AnyTagClassName
 {
   color: #80428E;
 }
</style>

background-color css

<style>
 a { background-color: #80428E; }

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

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

border-color css

<style>
 span { border-color: #80428E; }

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

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