#80299C

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

Shades of Vivid Violet #80299C

Tints of Vivid Violet #80299C

Color information

#80299C (or 0x80299C) is unknown color: approx Vivid Violet. HEX triplet: 80, 29 and 9C. RGB value is (128,41,156). Sum of RGB (Red+Green+Blue) = 128+41+156=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #80299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80299C is #7FD663. Grayscale: #4F4F4F. Windows color (decimal): -8377956 or 10234240. OLE color: 10234240.

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

Color convert

RGB12841156-
CMYK0.180.7400.39
HSL285.39º58.38%38.63%-
HSV(B)285.39º73.72%61.18%-
XYZ15.78.5832.28-
YUV80.12170.82162.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 156 (61.33% from 255) = 48%
R=39.38%
G=12.62%
B=48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128411560.180.7400.39285.3958.3838.63
Hex80299C124A02711d3a27
Octal20051234221120474357247
Binary10000000101001100111001001010010100100111100011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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