Shades of Vivid Violet #88409F
Tints of Vivid Violet #88409F
RGB
CMYK
RGB Variations
Color information
#88409F (or 0x88409F) is known color: Vivid Violet. HEX triplet: 88, 40 and 9F. RGB value is (136,64,159). Sum of RGB (Red+Green+Blue) = 136+64+159=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #88409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88409F is #77BF60. Grayscale: #606060. Windows color (decimal): -7847777 or 10436744. OLE color: 10436744.
HSL color Cylindrical-coordinate representation of color #88409F: hue angle of 285.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88409F is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 64 | 159 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.38 |
| HSL | 285.47º | 0.43% | 0.44% | - |
| HSV(B) | 285.47º | 0.6% | 0.62% | - |
| XYZ | 18.24 | 11.4 | 34.04 | - |
| YUV | 96.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 159 | 0.14 | 0.60 | 0 | 0.38 | 285.47 | 0.43 | 0.44 |
| Hex | 88 | 40 | 9F | E | 3C | 0 | 26 | 11D | 2B | 2C |
| Octal | 210 | 100 | 237 | 16 | 74 | 0 | 46 | 435 | 53 | 54 |
| Binary | 10001000 | 1000000 | 10011111 | 1110 | 111100 | 0 | 100110 | 100011101 | 101011 | 101100 |
Color Harmonies of #88409F
Complementary color
Monochromatic Colors of #88409F
Black with #88409F
Text Example
Text Example
White with #88409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88409F; }
p { color: rgb(136,64,159); }
H1.HeaderClassName
{
color: #88409F;
}
.AnyTagClassName
{
color: #88409F;
}
</style>
background-color css
<style>
a { background-color: #88409F; }
a { background-color: rgb(136,64,159); }
div.DivClassName
{
background-color: #88409F;
}
.BgClassName
{
background-color: #88409F;
}
</style>
border-color css
<style>
span { border-color: #88409F; }
span { border-color: rgb(136,64,159); }
td.TdClassName
{
border-color: #88409F;
}
.TagClassName
{
border-color: #88409F;
}
</style>