Shades of Vivid Violet #88219A
Tints of Vivid Violet #88219A
RGB
CMYK
RGB Variations
Color information
#88219A (or 0x88219A) is known color: Vivid Violet. HEX triplet: 88, 21 and 9A. RGB value is (136,33,154). Sum of RGB (Red+Green+Blue) = 136+33+154=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #88219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88219A is #77DE65. Grayscale: #4D4D4D. Windows color (decimal): -7855718 or 10101128. OLE color: 10101128.
HSL color Cylindrical-coordinate representation of color #88219A: hue angle of 291.07º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88219A is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 33 | 154 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.40 |
| HSL | 291.07º | 0.65% | 0.37% | - |
| HSV(B) | 291.07º | 0.79% | 0.6% | - |
| XYZ | 16.53 | 8.66 | 31.37 | - |
| YUV | 77.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 154 | 0.12 | 0.79 | 0 | 0.40 | 291.07 | 0.65 | 0.37 |
| Hex | 88 | 21 | 9A | C | 4F | 0 | 28 | 123 | 41 | 25 |
| Octal | 210 | 41 | 232 | 14 | 117 | 0 | 50 | 443 | 101 | 45 |
| Binary | 10001000 | 100001 | 10011010 | 1100 | 1001111 | 0 | 101000 | 100100011 | 1000001 | 100101 |
Color Harmonies of #88219A
Complementary color
Monochromatic Colors of #88219A
Black with #88219A
Text Example
Text Example
White with #88219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88219A; }
p { color: rgb(136,33,154); }
H1.HeaderClassName
{
color: #88219A;
}
.AnyTagClassName
{
color: #88219A;
}
</style>
background-color css
<style>
a { background-color: #88219A; }
a { background-color: rgb(136,33,154); }
div.DivClassName
{
background-color: #88219A;
}
.BgClassName
{
background-color: #88219A;
}
</style>
border-color css
<style>
span { border-color: #88219A; }
span { border-color: rgb(136,33,154); }
td.TdClassName
{
border-color: #88219A;
}
.TagClassName
{
border-color: #88219A;
}
</style>