Shades of Vivid Violet #88359C
Tints of Vivid Violet #88359C
RGB
CMYK
RGB Variations
Color information
#88359C (or 0x88359C) is known color: Vivid Violet. HEX triplet: 88, 35 and 9C. RGB value is (136,53,156). Sum of RGB (Red+Green+Blue) = 136+53+156=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #88359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88359C is #77CA63. Grayscale: #595959. Windows color (decimal): -7850596 or 10237320. OLE color: 10237320.
HSL color Cylindrical-coordinate representation of color #88359C: hue angle of 288.35º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88359C is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 53 | 156 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.39 |
| HSL | 288.35º | 0.49% | 0.41% | - |
| HSV(B) | 288.35º | 0.66% | 0.61% | - |
| XYZ | 17.43 | 10.18 | 32.5 | - |
| YUV | 89.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 156 | 0.13 | 0.66 | 0 | 0.39 | 288.35 | 0.49 | 0.41 |
| Hex | 88 | 35 | 9C | D | 42 | 0 | 27 | 120 | 31 | 29 |
| Octal | 210 | 65 | 234 | 15 | 102 | 0 | 47 | 440 | 61 | 51 |
| Binary | 10001000 | 110101 | 10011100 | 1101 | 1000010 | 0 | 100111 | 100100000 | 110001 | 101001 |
Color Harmonies of #88359C
Complementary color
Monochromatic Colors of #88359C
Black with #88359C
Text Example
Text Example
White with #88359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88359C; }
p { color: rgb(136,53,156); }
H1.HeaderClassName
{
color: #88359C;
}
.AnyTagClassName
{
color: #88359C;
}
</style>
background-color css
<style>
a { background-color: #88359C; }
a { background-color: rgb(136,53,156); }
div.DivClassName
{
background-color: #88359C;
}
.BgClassName
{
background-color: #88359C;
}
</style>
border-color css
<style>
span { border-color: #88359C; }
span { border-color: rgb(136,53,156); }
td.TdClassName
{
border-color: #88359C;
}
.TagClassName
{
border-color: #88359C;
}
</style>