Shades of Vivid Violet #88259C
Tints of Vivid Violet #88259C
RGB
CMYK
RGB Variations
Color information
#88259C (or 0x88259C) is known color: Vivid Violet. HEX triplet: 88, 25 and 9C. RGB value is (136,37,156). Sum of RGB (Red+Green+Blue) = 136+37+156=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #88259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88259C is #77DA63. Grayscale: #4F4F4F. Windows color (decimal): -7854692 or 10233224. OLE color: 10233224.
HSL color Cylindrical-coordinate representation of color #88259C: hue angle of 289.92º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88259C is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 37 | 156 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.39 |
| HSL | 289.92º | 0.62% | 0.38% | - |
| HSV(B) | 289.92º | 0.76% | 0.61% | - |
| XYZ | 16.82 | 8.96 | 32.3 | - |
| YUV | 80.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 156 | 0.13 | 0.76 | 0 | 0.39 | 289.92 | 0.62 | 0.38 |
| Hex | 88 | 25 | 9C | D | 4C | 0 | 27 | 122 | 3E | 26 |
| Octal | 210 | 45 | 234 | 15 | 114 | 0 | 47 | 442 | 76 | 46 |
| Binary | 10001000 | 100101 | 10011100 | 1101 | 1001100 | 0 | 100111 | 100100010 | 111110 | 100110 |
Color Harmonies of #88259C
Complementary color
Monochromatic Colors of #88259C
Black with #88259C
Text Example
Text Example
White with #88259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88259C; }
p { color: rgb(136,37,156); }
H1.HeaderClassName
{
color: #88259C;
}
.AnyTagClassName
{
color: #88259C;
}
</style>
background-color css
<style>
a { background-color: #88259C; }
a { background-color: rgb(136,37,156); }
div.DivClassName
{
background-color: #88259C;
}
.BgClassName
{
background-color: #88259C;
}
</style>
border-color css
<style>
span { border-color: #88259C; }
span { border-color: rgb(136,37,156); }
td.TdClassName
{
border-color: #88259C;
}
.TagClassName
{
border-color: #88259C;
}
</style>