Shades of Vivid Violet #802488
Tints of Vivid Violet #802488
RGB
CMYK
RGB Variations
Color information
#802488 (or 0x802488) is known color: Vivid Violet. HEX triplet: 80, 24 and 88. RGB value is (128,36,136). Sum of RGB (Red+Green+Blue) = 128+36+136=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #802488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802488 is #7FDB77. Grayscale: #4A4A4A. Windows color (decimal): -8379256 or 8922240. OLE color: 8922240.
HSL color Cylindrical-coordinate representation of color #802488: hue angle of 295.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802488 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 36 | 136 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.47 |
| HSL | 295.2º | 0.58% | 0.34% | - |
| HSV(B) | 295.2º | 0.74% | 0.53% | - |
| XYZ | 13.98 | 7.63 | 24.03 | - |
| YUV | 74.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 136 | 0.06 | 0.74 | 0 | 0.47 | 295.2 | 0.58 | 0.34 |
| Hex | 80 | 24 | 88 | 6 | 4A | 0 | 2F | 127 | 3A | 22 |
| Octal | 200 | 44 | 210 | 6 | 112 | 0 | 57 | 447 | 72 | 42 |
| Binary | 10000000 | 100100 | 10001000 | 110 | 1001010 | 0 | 101111 | 100100111 | 111010 | 100010 |
Color Harmonies of #802488
Complementary color
Monochromatic Colors of #802488
Black with #802488
Text Example
Text Example
White with #802488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802488; }
p { color: rgb(128,36,136); }
H1.HeaderClassName
{
color: #802488;
}
.AnyTagClassName
{
color: #802488;
}
</style>
background-color css
<style>
a { background-color: #802488; }
a { background-color: rgb(128,36,136); }
div.DivClassName
{
background-color: #802488;
}
.BgClassName
{
background-color: #802488;
}
</style>
border-color css
<style>
span { border-color: #802488; }
span { border-color: rgb(128,36,136); }
td.TdClassName
{
border-color: #802488;
}
.TagClassName
{
border-color: #802488;
}
</style>