#80208A

Color #80208A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #80208A

Tints of Vivid Violet #80208A

Color information

#80208A (or 0x80208A) is unknown color: approx Vivid Violet. HEX triplet: 80, 20 and 8A. RGB value is (128,32,138). Sum of RGB (Red+Green+Blue) = 128+32+138=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #80208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80208A is #7FDF75. Grayscale: #484848. Windows color (decimal): -8380278 or 9052288. OLE color: 9052288.

HSL color Cylindrical-coordinate representation of color #80208A: hue angle of 294.34º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80208A is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12832138-
CMYK0.070.7700.46
HSL294.34º62.35%33.33%-
HSV(B)294.34º76.81%54.12%-
XYZ14.017.4624.75-
YUV72.79164.8167.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=42.95%
G=10.74%
B=46.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128321380.070.7700.46294.3462.3533.33
Hex80208A74D02E1263e21
Octal2004021271150564467641
Binary100000001000001000101011110011010101110100100110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80208A; }

 p { color: rgb(128,32,138); }

 H1.HeaderClassName
 {
   color: #80208A;
 }
 .AnyTagClassName
 {
   color: #80208A;
 }
</style>
background-color css

<style>
 a { background-color: #80208A; }

 a { background-color: rgb(128,32,138); }

 div.DivClassName
 {
   background-color: #80208A;
 }
 .BgClassName
 {
   background-color: #80208A;
 }
</style>
border-color css

<style>
 span { border-color: #80208A; }

 span { border-color: rgb(128,32,138); }

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