Shades of Vivid Violet #88369B
Tints of Vivid Violet #88369B
RGB
CMYK
RGB Variations
Color information
#88369B (or 0x88369B) is known color: Vivid Violet. HEX triplet: 88, 36 and 9B. RGB value is (136,54,155). Sum of RGB (Red+Green+Blue) = 136+54+155=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #88369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88369B is #77C964. Grayscale: #595959. Windows color (decimal): -7850341 or 10172040. OLE color: 10172040.
HSL color Cylindrical-coordinate representation of color #88369B: hue angle of 288.71º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88369B is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 54 | 155 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.39 |
| HSL | 288.71º | 0.48% | 0.41% | - |
| HSV(B) | 288.71º | 0.65% | 0.61% | - |
| XYZ | 17.39 | 10.24 | 32.07 | - |
| YUV | 90.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 155 | 0.12 | 0.65 | 0 | 0.39 | 288.71 | 0.48 | 0.41 |
| Hex | 88 | 36 | 9B | C | 41 | 0 | 27 | 121 | 30 | 29 |
| Octal | 210 | 66 | 233 | 14 | 101 | 0 | 47 | 441 | 60 | 51 |
| Binary | 10001000 | 110110 | 10011011 | 1100 | 1000001 | 0 | 100111 | 100100001 | 110000 | 101001 |
Color Harmonies of #88369B
Complementary color
Monochromatic Colors of #88369B
Black with #88369B
Text Example
Text Example
White with #88369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88369B; }
p { color: rgb(136,54,155); }
H1.HeaderClassName
{
color: #88369B;
}
.AnyTagClassName
{
color: #88369B;
}
</style>
background-color css
<style>
a { background-color: #88369B; }
a { background-color: rgb(136,54,155); }
div.DivClassName
{
background-color: #88369B;
}
.BgClassName
{
background-color: #88369B;
}
</style>
border-color css
<style>
span { border-color: #88369B; }
span { border-color: rgb(136,54,155); }
td.TdClassName
{
border-color: #88369B;
}
.TagClassName
{
border-color: #88369B;
}
</style>