Shades of Vivid Violet #802F92
Tints of Vivid Violet #802F92
RGB
CMYK
RGB Variations
Color information
#802F92 (or 0x802F92) is known color: Vivid Violet. HEX triplet: 80, 2F and 92. RGB value is (128,47,146). Sum of RGB (Red+Green+Blue) = 128+47+146=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #802F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802F92 is #7FD06D. Grayscale: #525252. Windows color (decimal): -8376430 or 9580416. OLE color: 9580416.
HSL color Cylindrical-coordinate representation of color #802F92: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802F92 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 47 | 146 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.43 |
| HSL | 289.09º | 0.51% | 0.38% | - |
| HSV(B) | 289.09º | 0.68% | 0.57% | - |
| XYZ | 15.11 | 8.7 | 28.08 | - |
| YUV | 82.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 146 | 0.12 | 0.68 | 0 | 0.43 | 289.09 | 0.51 | 0.38 |
| Hex | 80 | 2F | 92 | C | 44 | 0 | 2B | 121 | 33 | 26 |
| Octal | 200 | 57 | 222 | 14 | 104 | 0 | 53 | 441 | 63 | 46 |
| Binary | 10000000 | 101111 | 10010010 | 1100 | 1000100 | 0 | 101011 | 100100001 | 110011 | 100110 |
Color Harmonies of #802F92
Complementary color
Monochromatic Colors of #802F92
Black with #802F92
Text Example
Text Example
White with #802F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F92; }
p { color: rgb(128,47,146); }
H1.HeaderClassName
{
color: #802F92;
}
.AnyTagClassName
{
color: #802F92;
}
</style>
background-color css
<style>
a { background-color: #802F92; }
a { background-color: rgb(128,47,146); }
div.DivClassName
{
background-color: #802F92;
}
.BgClassName
{
background-color: #802F92;
}
</style>
border-color css
<style>
span { border-color: #802F92; }
span { border-color: rgb(128,47,146); }
td.TdClassName
{
border-color: #802F92;
}
.TagClassName
{
border-color: #802F92;
}
</style>