Html Css Color HEX #80428B Vivid Violet

📋 copy color: '#80428B'

red 128 ◦ green 66 ◦ blue 139

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

Shades of Vivid Violet #80428B

Tints of Vivid Violet #80428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 38.44%
G = 19.82%
B = 41.74%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80428B (or 0x80428B) is known color: Vivid Violet. HEX triplet: 80, 42 and 8B. RGB value is (128,66,139). Sum of RGB (Red+Green+Blue) = 128+66+139=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #80428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80428B is #7FBD74. Grayscale: #5C5C5C. Windows color (decimal): -8371573 or 9126528. OLE color: 9126528.

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

Color convert

RGB 128 66 139 -
CMYK 0.08 0.53 0 0.45
HSL 290.96º 0.36% 0.4% -
HSV(B) 290.96º 0.53% 0.55% -
XYZ 15.51 10.35 25.61 -
YUV 92.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 128 66 139 0.08 0.53 0 0.45 290.96 0.36 0.4
Hex 80 42 8B 8 35 0 2D 123 24 28
Octal 200 102 213 10 65 0 55 443 44 50
Binary 10000000 1000010 10001011 1000 110101 0 101101 100100011 100100 101000

Color Harmonies of #80428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80428B

Black with #80428B

Text Example


Text Example

White with #80428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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