Shades of Vivid Violet #802999
Tints of Vivid Violet #802999
RGB
CMYK
RGB Variations
Color information
#802999 (or 0x802999) is known color: Vivid Violet. HEX triplet: 80, 29 and 99. RGB value is (128,41,153). Sum of RGB (Red+Green+Blue) = 128+41+153=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #802999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802999 is #7FD666. Grayscale: #4F4F4F. Windows color (decimal): -8377959 or 10037632. OLE color: 10037632.
HSL color Cylindrical-coordinate representation of color #802999: hue angle of 286.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802999 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 41 | 153 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.4 |
| HSL | 286.61º | 0.58% | 0.38% | - |
| HSV(B) | 286.61º | 0.73% | 0.6% | - |
| XYZ | 15.44 | 8.47 | 30.96 | - |
| YUV | 79.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 153 | 0.16 | 0.73 | 0 | 0.4 | 286.61 | 0.58 | 0.38 |
| Hex | 80 | 29 | 99 | 10 | 49 | 0 | 28 | 11F | 3A | 26 |
| Octal | 200 | 51 | 231 | 20 | 111 | 0 | 50 | 437 | 72 | 46 |
| Binary | 10000000 | 101001 | 10011001 | 10000 | 1001001 | 0 | 101000 | 100011111 | 111010 | 100110 |
Color Harmonies of #802999
Complementary color
Monochromatic Colors of #802999
Black with #802999
Text Example
Text Example
White with #802999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802999; }
p { color: rgb(128,41,153); }
H1.HeaderClassName
{
color: #802999;
}
.AnyTagClassName
{
color: #802999;
}
</style>
background-color css
<style>
a { background-color: #802999; }
a { background-color: rgb(128,41,153); }
div.DivClassName
{
background-color: #802999;
}
.BgClassName
{
background-color: #802999;
}
</style>
border-color css
<style>
span { border-color: #802999; }
span { border-color: rgb(128,41,153); }
td.TdClassName
{
border-color: #802999;
}
.TagClassName
{
border-color: #802999;
}
</style>