Shades of Vivid Violet #88318C
Tints of Vivid Violet #88318C
RGB
CMYK
RGB Variations
Color information
#88318C (or 0x88318C) is known color: Vivid Violet. HEX triplet: 88, 31 and 8C. RGB value is (136,49,140). Sum of RGB (Red+Green+Blue) = 136+49+140=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #88318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88318C is #77CE73. Grayscale: #555555. Windows color (decimal): -7851636 or 9187720. OLE color: 9187720.
HSL color Cylindrical-coordinate representation of color #88318C: hue angle of 297.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88318C is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 49 | 140 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.45 |
| HSL | 297.36º | 0.48% | 0.37% | - |
| HSV(B) | 297.36º | 0.65% | 0.55% | - |
| XYZ | 15.99 | 9.32 | 25.77 | - |
| YUV | 85.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 140 | 0.03 | 0.65 | 0 | 0.45 | 297.36 | 0.48 | 0.37 |
| Hex | 88 | 31 | 8C | 3 | 41 | 0 | 2D | 129 | 30 | 25 |
| Octal | 210 | 61 | 214 | 3 | 101 | 0 | 55 | 451 | 60 | 45 |
| Binary | 10001000 | 110001 | 10001100 | 11 | 1000001 | 0 | 101101 | 100101001 | 110000 | 100101 |
Color Harmonies of #88318C
Complementary color
Monochromatic Colors of #88318C
Black with #88318C
Text Example
Text Example
White with #88318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88318C; }
p { color: rgb(136,49,140); }
H1.HeaderClassName
{
color: #88318C;
}
.AnyTagClassName
{
color: #88318C;
}
</style>
background-color css
<style>
a { background-color: #88318C; }
a { background-color: rgb(136,49,140); }
div.DivClassName
{
background-color: #88318C;
}
.BgClassName
{
background-color: #88318C;
}
</style>
border-color css
<style>
span { border-color: #88318C; }
span { border-color: rgb(136,49,140); }
td.TdClassName
{
border-color: #88318C;
}
.TagClassName
{
border-color: #88318C;
}
</style>