Shades of Vivid Violet #88249A
Tints of Vivid Violet #88249A
RGB
CMYK
RGB Variations
Color information
#88249A (or 0x88249A) is known color: Vivid Violet. HEX triplet: 88, 24 and 9A. RGB value is (136,36,154). Sum of RGB (Red+Green+Blue) = 136+36+154=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #88249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88249A is #77DB65. Grayscale: #4E4E4E. Windows color (decimal): -7854950 or 10101896. OLE color: 10101896.
HSL color Cylindrical-coordinate representation of color #88249A: hue angle of 290.85º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88249A is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 36 | 154 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.40 |
| HSL | 290.85º | 0.62% | 0.37% | - |
| HSV(B) | 290.85º | 0.77% | 0.6% | - |
| XYZ | 16.62 | 8.83 | 31.4 | - |
| YUV | 79.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 154 | 0.12 | 0.77 | 0 | 0.40 | 290.85 | 0.62 | 0.37 |
| Hex | 88 | 24 | 9A | C | 4D | 0 | 28 | 123 | 3E | 25 |
| Octal | 210 | 44 | 232 | 14 | 115 | 0 | 50 | 443 | 76 | 45 |
| Binary | 10001000 | 100100 | 10011010 | 1100 | 1001101 | 0 | 101000 | 100100011 | 111110 | 100101 |
Color Harmonies of #88249A
Complementary color
Monochromatic Colors of #88249A
Black with #88249A
Text Example
Text Example
White with #88249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88249A; }
p { color: rgb(136,36,154); }
H1.HeaderClassName
{
color: #88249A;
}
.AnyTagClassName
{
color: #88249A;
}
</style>
background-color css
<style>
a { background-color: #88249A; }
a { background-color: rgb(136,36,154); }
div.DivClassName
{
background-color: #88249A;
}
.BgClassName
{
background-color: #88249A;
}
</style>
border-color css
<style>
span { border-color: #88249A; }
span { border-color: rgb(136,36,154); }
td.TdClassName
{
border-color: #88249A;
}
.TagClassName
{
border-color: #88249A;
}
</style>