Shades of Vivid Violet #802C9F
Tints of Vivid Violet #802C9F
RGB
CMYK
RGB Variations
Color information
#802C9F (or 0x802C9F) is known color: Vivid Violet. HEX triplet: 80, 2C and 9F. RGB value is (128,44,159). Sum of RGB (Red+Green+Blue) = 128+44+159=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #802C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C9F is #7FD360. Grayscale: #515151. Windows color (decimal): -8377185 or 10431616. OLE color: 10431616.
HSL color Cylindrical-coordinate representation of color #802C9F: hue angle of 283.83º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802C9F is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 44 | 159 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.38 |
| HSL | 283.83º | 0.57% | 0.4% | - |
| HSV(B) | 283.83º | 0.72% | 0.62% | - |
| XYZ | 16.06 | 8.89 | 33.67 | - |
| YUV | 82.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 159 | 0.19 | 0.72 | 0 | 0.38 | 283.83 | 0.57 | 0.4 |
| Hex | 80 | 2C | 9F | 13 | 48 | 0 | 26 | 11C | 39 | 28 |
| Octal | 200 | 54 | 237 | 23 | 110 | 0 | 46 | 434 | 71 | 50 |
| Binary | 10000000 | 101100 | 10011111 | 10011 | 1001000 | 0 | 100110 | 100011100 | 111001 | 101000 |
Color Harmonies of #802C9F
Complementary color
Monochromatic Colors of #802C9F
Black with #802C9F
Text Example
Text Example
White with #802C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C9F; }
p { color: rgb(128,44,159); }
H1.HeaderClassName
{
color: #802C9F;
}
.AnyTagClassName
{
color: #802C9F;
}
</style>
background-color css
<style>
a { background-color: #802C9F; }
a { background-color: rgb(128,44,159); }
div.DivClassName
{
background-color: #802C9F;
}
.BgClassName
{
background-color: #802C9F;
}
</style>
border-color css
<style>
span { border-color: #802C9F; }
span { border-color: rgb(128,44,159); }
td.TdClassName
{
border-color: #802C9F;
}
.TagClassName
{
border-color: #802C9F;
}
</style>