Shades of Vivid Violet #88239F
Tints of Vivid Violet #88239F
RGB
CMYK
RGB Variations
Color information
#88239F (or 0x88239F) is known color: Vivid Violet. HEX triplet: 88, 23 and 9F. RGB value is (136,35,159). Sum of RGB (Red+Green+Blue) = 136+35+159=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #88239F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88239F is #77DC60. Grayscale: #4E4E4E. Windows color (decimal): -7855201 or 10429320. OLE color: 10429320.
HSL color Cylindrical-coordinate representation of color #88239F: hue angle of 288.87º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88239F is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 35 | 159 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.38 |
| HSL | 288.87º | 0.64% | 0.38% | - |
| HSV(B) | 288.87º | 0.78% | 0.62% | - |
| XYZ | 17.01 | 8.94 | 33.63 | - |
| YUV | 79.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 159 | 0.14 | 0.78 | 0 | 0.38 | 288.87 | 0.64 | 0.38 |
| Hex | 88 | 23 | 9F | E | 4E | 0 | 26 | 121 | 40 | 26 |
| Octal | 210 | 43 | 237 | 16 | 116 | 0 | 46 | 441 | 100 | 46 |
| Binary | 10001000 | 100011 | 10011111 | 1110 | 1001110 | 0 | 100110 | 100100001 | 1000000 | 100110 |
Color Harmonies of #88239F
Complementary color
Monochromatic Colors of #88239F
Black with #88239F
Text Example
Text Example
White with #88239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88239F; }
p { color: rgb(136,35,159); }
H1.HeaderClassName
{
color: #88239F;
}
.AnyTagClassName
{
color: #88239F;
}
</style>
background-color css
<style>
a { background-color: #88239F; }
a { background-color: rgb(136,35,159); }
div.DivClassName
{
background-color: #88239F;
}
.BgClassName
{
background-color: #88239F;
}
</style>
border-color css
<style>
span { border-color: #88239F; }
span { border-color: rgb(136,35,159); }
td.TdClassName
{
border-color: #88239F;
}
.TagClassName
{
border-color: #88239F;
}
</style>