#80379C

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

Shades of Vivid Violet #80379C

Tints of Vivid Violet #80379C

Color information

#80379C (or 0x80379C) is unknown color: approx Vivid Violet. HEX triplet: 80, 37 and 9C. RGB value is (128,55,156). Sum of RGB (Red+Green+Blue) = 128+55+156=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #80379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80379C is #7FC863. Grayscale: #585858. Windows color (decimal): -8374372 or 10237824. OLE color: 10237824.

HSL color Cylindrical-coordinate representation of color #80379C: hue angle of 283.37º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80379C is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12855156-
CMYK0.180.6500.39
HSL283.37º47.87%41.37%-
HSV(B)283.37º64.74%61.18%-
XYZ16.279.7232.47-
YUV88.34166.18156.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=37.76%
G=16.22%
B=46.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128551560.180.6500.39283.3747.8741.37
Hex80379C124102711b3029
Octal20067234221010474336051
Binary10000000110111100111001001010000010100111100011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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