Html Css Color HEX #80428D Vivid Violet

📋 copy color: '#80428D'

red 128 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #80428D

Tints of Vivid Violet #80428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 38.21%
G = 19.7%
B = 42.09%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80428D (or 0x80428D) is known color: Vivid Violet. HEX triplet: 80, 42 and 8D. RGB value is (128,66,141). Sum of RGB (Red+Green+Blue) = 128+66+141=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #80428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80428D is #7FBD72. Grayscale: #5C5C5C. Windows color (decimal): -8371571 or 9257600. OLE color: 9257600.

HSL color Cylindrical-coordinate representation of color #80428D: hue angle of 289.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80428D is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 66 141 -
CMYK 0.09 0.53 0 0.45
HSL 289.6º 0.36% 0.41% -
HSV(B) 289.6º 0.53% 0.55% -
XYZ 15.66 10.41 26.38 -
YUV 93.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 128 66 141 0.09 0.53 0 0.45 289.6 0.36 0.41
Hex 80 42 8D 9 35 0 2D 122 24 29
Octal 200 102 215 11 65 0 55 442 44 51
Binary 10000000 1000010 10001101 1001 110101 0 101101 100100010 100100 101001

Color Harmonies of #80428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80428D

Black with #80428D

Text Example


Text Example

White with #80428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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