Shades of Vivid Violet #88389F
Tints of Vivid Violet #88389F
RGB
CMYK
RGB Variations
Color information
#88389F (or 0x88389F) is known color: Vivid Violet. HEX triplet: 88, 38 and 9F. RGB value is (136,56,159). Sum of RGB (Red+Green+Blue) = 136+56+159=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #88389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88389F is #77C760. Grayscale: #5B5B5B. Windows color (decimal): -7849825 or 10434696. OLE color: 10434696.
HSL color Cylindrical-coordinate representation of color #88389F: hue angle of 286.6º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88389F is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 56 | 159 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.38 |
| HSL | 286.6º | 0.48% | 0.42% | - |
| HSV(B) | 286.6º | 0.65% | 0.62% | - |
| XYZ | 17.83 | 10.57 | 33.9 | - |
| YUV | 91.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 159 | 0.14 | 0.65 | 0 | 0.38 | 286.6 | 0.48 | 0.42 |
| Hex | 88 | 38 | 9F | E | 41 | 0 | 26 | 11F | 30 | 2A |
| Octal | 210 | 70 | 237 | 16 | 101 | 0 | 46 | 437 | 60 | 52 |
| Binary | 10001000 | 111000 | 10011111 | 1110 | 1000001 | 0 | 100110 | 100011111 | 110000 | 101010 |
Color Harmonies of #88389F
Complementary color
Monochromatic Colors of #88389F
Black with #88389F
Text Example
Text Example
White with #88389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88389F; }
p { color: rgb(136,56,159); }
H1.HeaderClassName
{
color: #88389F;
}
.AnyTagClassName
{
color: #88389F;
}
</style>
background-color css
<style>
a { background-color: #88389F; }
a { background-color: rgb(136,56,159); }
div.DivClassName
{
background-color: #88389F;
}
.BgClassName
{
background-color: #88389F;
}
</style>
border-color css
<style>
span { border-color: #88389F; }
span { border-color: rgb(136,56,159); }
td.TdClassName
{
border-color: #88389F;
}
.TagClassName
{
border-color: #88389F;
}
</style>