Shades of Vivid Violet #88309C
Tints of Vivid Violet #88309C
RGB
CMYK
RGB Variations
Color information
#88309C (or 0x88309C) is known color: Vivid Violet. HEX triplet: 88, 30 and 9C. RGB value is (136,48,156). Sum of RGB (Red+Green+Blue) = 136+48+156=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #88309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88309C is #77CF63. Grayscale: #565656. Windows color (decimal): -7851876 or 10236040. OLE color: 10236040.
HSL color Cylindrical-coordinate representation of color #88309C: hue angle of 288.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88309C is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 48 | 156 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.39 |
| HSL | 288.89º | 0.53% | 0.4% | - |
| HSV(B) | 288.89º | 0.69% | 0.61% | - |
| XYZ | 17.21 | 9.75 | 32.43 | - |
| YUV | 86.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 156 | 0.13 | 0.69 | 0 | 0.39 | 288.89 | 0.53 | 0.4 |
| Hex | 88 | 30 | 9C | D | 45 | 0 | 27 | 121 | 35 | 28 |
| Octal | 210 | 60 | 234 | 15 | 105 | 0 | 47 | 441 | 65 | 50 |
| Binary | 10001000 | 110000 | 10011100 | 1101 | 1000101 | 0 | 100111 | 100100001 | 110101 | 101000 |
Color Harmonies of #88309C
Complementary color
Monochromatic Colors of #88309C
Black with #88309C
Text Example
Text Example
White with #88309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88309C; }
p { color: rgb(136,48,156); }
H1.HeaderClassName
{
color: #88309C;
}
.AnyTagClassName
{
color: #88309C;
}
</style>
background-color css
<style>
a { background-color: #88309C; }
a { background-color: rgb(136,48,156); }
div.DivClassName
{
background-color: #88309C;
}
.BgClassName
{
background-color: #88309C;
}
</style>
border-color css
<style>
span { border-color: #88309C; }
span { border-color: rgb(136,48,156); }
td.TdClassName
{
border-color: #88309C;
}
.TagClassName
{
border-color: #88309C;
}
</style>