#802C99

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

Shades of Vivid Violet #802C99

Tints of Vivid Violet #802C99

Color information

#802C99 (or 0x802C99) is unknown color: approx Vivid Violet. HEX triplet: 80, 2C and 99. RGB value is (128,44,153). Sum of RGB (Red+Green+Blue) = 128+44+153=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #802C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C99 is #7FD366. Grayscale: #515151. Windows color (decimal): -8377191 or 10038400. OLE color: 10038400.

HSL color Cylindrical-coordinate representation of color #802C99: hue angle of 286.24º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802C99 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12844153-
CMYK0.160.7100.4
HSL286.24º55.33%38.63%-
HSV(B)286.24º71.24%60%-
XYZ15.558.6930.99-
YUV81.54168.33161.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 44 (17.58% from 255) = 13.54%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=39.38%
G=13.54%
B=47.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128441530.160.7100.4286.2455.3338.63
Hex802C99104702811e3727
Octal20054231201070504366747
Binary10000000101100100110011000010001110101000100011110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C99; }

 p { color: rgb(128,44,153); }

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

<style>
 a { background-color: #802C99; }

 a { background-color: rgb(128,44,153); }

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

<style>
 span { border-color: #802C99; }

 span { border-color: rgb(128,44,153); }

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