Shades of Vivid Violet #802388
Tints of Vivid Violet #802388
RGB
CMYK
RGB Variations
Color information
#802388 (or 0x802388) is known color: Vivid Violet. HEX triplet: 80, 23 and 88. RGB value is (128,35,136). Sum of RGB (Red+Green+Blue) = 128+35+136=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #802388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802388 is #7FDC77. Grayscale: #4A4A4A. Windows color (decimal): -8379512 or 8921984. OLE color: 8921984.
HSL color Cylindrical-coordinate representation of color #802388: hue angle of 295.25º degrees, saturation: 0.59, 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 #802388 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 35 | 136 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.47 |
| HSL | 295.25º | 0.59% | 0.34% | - |
| HSV(B) | 295.25º | 0.74% | 0.53% | - |
| XYZ | 13.95 | 7.57 | 24.02 | - |
| YUV | 74.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 136 | 0.06 | 0.74 | 0 | 0.47 | 295.25 | 0.59 | 0.34 |
| Hex | 80 | 23 | 88 | 6 | 4A | 0 | 2F | 127 | 3B | 22 |
| Octal | 200 | 43 | 210 | 6 | 112 | 0 | 57 | 447 | 73 | 42 |
| Binary | 10000000 | 100011 | 10001000 | 110 | 1001010 | 0 | 101111 | 100100111 | 111011 | 100010 |
Color Harmonies of #802388
Complementary color
Monochromatic Colors of #802388
Black with #802388
Text Example
Text Example
White with #802388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802388; }
p { color: rgb(128,35,136); }
H1.HeaderClassName
{
color: #802388;
}
.AnyTagClassName
{
color: #802388;
}
</style>
background-color css
<style>
a { background-color: #802388; }
a { background-color: rgb(128,35,136); }
div.DivClassName
{
background-color: #802388;
}
.BgClassName
{
background-color: #802388;
}
</style>
border-color css
<style>
span { border-color: #802388; }
span { border-color: rgb(128,35,136); }
td.TdClassName
{
border-color: #802388;
}
.TagClassName
{
border-color: #802388;
}
</style>