#80379A

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

Shades of Vivid Violet #80379A

Tints of Vivid Violet #80379A

Color information

#80379A (or 0x80379A) is unknown color: approx Vivid Violet. HEX triplet: 80, 37 and 9A. RGB value is (128,55,154). Sum of RGB (Red+Green+Blue) = 128+55+154=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #80379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80379A is #7FC865. Grayscale: #575757. Windows color (decimal): -8374374 or 10106752. OLE color: 10106752.

HSL color Cylindrical-coordinate representation of color #80379A: hue angle of 284.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80379A is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12855154-
CMYK0.170.6400.40
HSL284.24º47.37%40.98%-
HSV(B)284.24º64.29%60.39%-
XYZ16.19.6531.59-
YUV88.11165.18156.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=37.98%
G=16.32%
B=45.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128551540.170.6400.40284.2447.3740.98
Hex80379A114002811c2f29
Octal20067232211000504345751
Binary10000000110111100110101000110000000101000100011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,55,154); }

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

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

 a { background-color: rgb(128,55,154); }

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

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

 span { border-color: rgb(128,55,154); }

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