#80209D

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

Shades of Vivid Violet #80209D

Tints of Vivid Violet #80209D

Color information

#80209D (or 0x80209D) is unknown color: approx Vivid Violet. HEX triplet: 80, 20 and 9D. RGB value is (128,32,157). Sum of RGB (Red+Green+Blue) = 128+32+157=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #80209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80209D is #7FDF62. Grayscale: #4A4A4A. Windows color (decimal): -8380259 or 10297472. OLE color: 10297472.

HSL color Cylindrical-coordinate representation of color #80209D: hue angle of 286.08º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80209D is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12832157-
CMYK0.180.8000.38
HSL286.08º66.14%37.06%-
HSV(B)286.08º79.62%61.57%-
XYZ15.58.0632.64-
YUV74.95174.3165.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.38%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=40.38%
G=10.09%
B=49.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128321570.180.8000.38286.0866.1437.06
Hex80209D125002611e4225
Octal200402352212004643610245
Binary100000001000001001110110010101000001001101000111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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