Shades of Vivid Violet #802492
Tints of Vivid Violet #802492
RGB
CMYK
RGB Variations
Color information
#802492 (or 0x802492) is known color: Vivid Violet. HEX triplet: 80, 24 and 92. RGB value is (128,36,146). Sum of RGB (Red+Green+Blue) = 128+36+146=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #802492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802492 is #7FDB6D. Grayscale: #4B4B4B. Windows color (decimal): -8379246 or 9577600. OLE color: 9577600.
HSL color Cylindrical-coordinate representation of color #802492: hue angle of 290.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802492 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 36 | 146 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.43 |
| HSL | 290.18º | 0.6% | 0.36% | - |
| HSV(B) | 290.18º | 0.75% | 0.57% | - |
| XYZ | 14.72 | 7.93 | 27.95 | - |
| YUV | 76.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 146 | 0.12 | 0.75 | 0 | 0.43 | 290.18 | 0.6 | 0.36 |
| Hex | 80 | 24 | 92 | C | 4B | 0 | 2B | 122 | 3C | 24 |
| Octal | 200 | 44 | 222 | 14 | 113 | 0 | 53 | 442 | 74 | 44 |
| Binary | 10000000 | 100100 | 10010010 | 1100 | 1001011 | 0 | 101011 | 100100010 | 111100 | 100100 |
Color Harmonies of #802492
Complementary color
Monochromatic Colors of #802492
Black with #802492
Text Example
Text Example
White with #802492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802492; }
p { color: rgb(128,36,146); }
H1.HeaderClassName
{
color: #802492;
}
.AnyTagClassName
{
color: #802492;
}
</style>
background-color css
<style>
a { background-color: #802492; }
a { background-color: rgb(128,36,146); }
div.DivClassName
{
background-color: #802492;
}
.BgClassName
{
background-color: #802492;
}
</style>
border-color css
<style>
span { border-color: #802492; }
span { border-color: rgb(128,36,146); }
td.TdClassName
{
border-color: #802492;
}
.TagClassName
{
border-color: #802492;
}
</style>