Html Css Color HEX #80429F Vivid Violet

📋 copy color: '#80429F'

red 128 ◦ green 66 ◦ blue 159

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

Shades of Vivid Violet #80429F

Tints of Vivid Violet #80429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 36.26%
G = 18.7%
B = 45.04%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80429F (or 0x80429F) is known color: Vivid Violet. HEX triplet: 80, 42 and 9F. RGB value is (128,66,159). Sum of RGB (Red+Green+Blue) = 128+66+159=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #80429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80429F is #7FBD60. Grayscale: #5E5E5E. Windows color (decimal): -8371553 or 10437248. OLE color: 10437248.

HSL color Cylindrical-coordinate representation of color #80429F: hue angle of 280º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80429F is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 66 159 -
CMYK 0.19 0.58 0 0.38
HSL 280º 0.41% 0.44% -
HSV(B) 280º 0.58% 0.62% -
XYZ 17.11 10.99 34.02 -
YUV 95.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 128 66 159 0.19 0.58 0 0.38 280 0.41 0.44
Hex 80 42 9F 13 3A 0 26 118 29 2C
Octal 200 102 237 23 72 0 46 430 51 54
Binary 10000000 1000010 10011111 10011 111010 0 100110 100011000 101001 101100

Color Harmonies of #80429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80429F

Black with #80429F

Text Example


Text Example

White with #80429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80429F; }

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

 H1.HeaderClassName
 {
   color: #80429F;
 }
 .AnyTagClassName
 {
   color: #80429F;
 }
</style>

background-color css

<style>
 a { background-color: #80429F; }

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

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

border-color css

<style>
 span { border-color: #80429F; }

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

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