Html Css Color HEX #80429D Vivid Violet

📋 copy color: '#80429D'

red 128 ◦ green 66 ◦ blue 157

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

Shades of Vivid Violet #80429D

Tints of Vivid Violet #80429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 36.47%
G = 18.8%
B = 44.73%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80429D (or 0x80429D) is known color: Vivid Violet. HEX triplet: 80, 42 and 9D. RGB value is (128,66,157). Sum of RGB (Red+Green+Blue) = 128+66+157=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #80429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80429D is #7FBD62. Grayscale: #5E5E5E. Windows color (decimal): -8371555 or 10306176. OLE color: 10306176.

HSL color Cylindrical-coordinate representation of color #80429D: hue angle of 280.88º 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 #80429D is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 66 157 -
CMYK 0.18 0.58 0 0.38
HSL 280.88º 0.41% 0.44% -
HSV(B) 280.88º 0.58% 0.62% -
XYZ 16.94 10.92 33.11 -
YUV 94.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 128 66 157 0.18 0.58 0 0.38 280.88 0.41 0.44
Hex 80 42 9D 12 3A 0 26 119 29 2C
Octal 200 102 235 22 72 0 46 431 51 54
Binary 10000000 1000010 10011101 10010 111010 0 100110 100011001 101001 101100

Color Harmonies of #80429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80429D

Black with #80429D

Text Example


Text Example

White with #80429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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