Shades of Vivid Violet #802688
Tints of Vivid Violet #802688
RGB
CMYK
RGB Variations
Color information
#802688 (or 0x802688) is known color: Vivid Violet. HEX triplet: 80, 26 and 88. RGB value is (128,38,136). Sum of RGB (Red+Green+Blue) = 128+38+136=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #802688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802688 is #7FD977. Grayscale: #4B4B4B. Windows color (decimal): -8378744 or 8922752. OLE color: 8922752.
HSL color Cylindrical-coordinate representation of color #802688: hue angle of 295.1º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802688 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 38 | 136 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.47 |
| HSL | 295.1º | 0.56% | 0.34% | - |
| HSV(B) | 295.1º | 0.72% | 0.53% | - |
| XYZ | 14.04 | 7.75 | 24.05 | - |
| YUV | 76.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 136 | 0.06 | 0.72 | 0 | 0.47 | 295.1 | 0.56 | 0.34 |
| Hex | 80 | 26 | 88 | 6 | 48 | 0 | 2F | 127 | 38 | 22 |
| Octal | 200 | 46 | 210 | 6 | 110 | 0 | 57 | 447 | 70 | 42 |
| Binary | 10000000 | 100110 | 10001000 | 110 | 1001000 | 0 | 101111 | 100100111 | 111000 | 100010 |
Color Harmonies of #802688
Complementary color
Monochromatic Colors of #802688
Black with #802688
Text Example
Text Example
White with #802688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802688; }
p { color: rgb(128,38,136); }
H1.HeaderClassName
{
color: #802688;
}
.AnyTagClassName
{
color: #802688;
}
</style>
background-color css
<style>
a { background-color: #802688; }
a { background-color: rgb(128,38,136); }
div.DivClassName
{
background-color: #802688;
}
.BgClassName
{
background-color: #802688;
}
</style>
border-color css
<style>
span { border-color: #802688; }
span { border-color: rgb(128,38,136); }
td.TdClassName
{
border-color: #802688;
}
.TagClassName
{
border-color: #802688;
}
</style>