Shades of Vivid Violet #88399F
Tints of Vivid Violet #88399F
RGB
CMYK
RGB Variations
Color information
#88399F (or 0x88399F) is known color: Vivid Violet. HEX triplet: 88, 39 and 9F. RGB value is (136,57,159). Sum of RGB (Red+Green+Blue) = 136+57+159=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #88399F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88399F is #77C660. Grayscale: #5B5B5B. Windows color (decimal): -7849569 or 10434952. OLE color: 10434952.
HSL color Cylindrical-coordinate representation of color #88399F: hue angle of 286.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88399F is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 57 | 159 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.38 |
| HSL | 286.47º | 0.47% | 0.42% | - |
| HSV(B) | 286.47º | 0.64% | 0.62% | - |
| XYZ | 17.87 | 10.66 | 33.92 | - |
| YUV | 92.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 159 | 0.14 | 0.64 | 0 | 0.38 | 286.47 | 0.47 | 0.42 |
| Hex | 88 | 39 | 9F | E | 40 | 0 | 26 | 11E | 2F | 2A |
| Octal | 210 | 71 | 237 | 16 | 100 | 0 | 46 | 436 | 57 | 52 |
| Binary | 10001000 | 111001 | 10011111 | 1110 | 1000000 | 0 | 100110 | 100011110 | 101111 | 101010 |
Color Harmonies of #88399F
Complementary color
Monochromatic Colors of #88399F
Black with #88399F
Text Example
Text Example
White with #88399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88399F; }
p { color: rgb(136,57,159); }
H1.HeaderClassName
{
color: #88399F;
}
.AnyTagClassName
{
color: #88399F;
}
</style>
background-color css
<style>
a { background-color: #88399F; }
a { background-color: rgb(136,57,159); }
div.DivClassName
{
background-color: #88399F;
}
.BgClassName
{
background-color: #88399F;
}
</style>
border-color css
<style>
span { border-color: #88399F; }
span { border-color: rgb(136,57,159); }
td.TdClassName
{
border-color: #88399F;
}
.TagClassName
{
border-color: #88399F;
}
</style>