Shades of Vivid Violet #88509C
Tints of Vivid Violet #88509C
RGB
CMYK
RGB Variations
Color information
#88509C (or 0x88509C) is known color: Vivid Violet. HEX triplet: 88, 50 and 9C. RGB value is (136,80,156). Sum of RGB (Red+Green+Blue) = 136+80+156=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #88509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88509C is #77AF63. Grayscale: #696969. Windows color (decimal): -7843684 or 10244232. OLE color: 10244232.
HSL color Cylindrical-coordinate representation of color #88509C: hue angle of 284.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88509C is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 80 | 156 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.39 |
| HSL | 284.21º | 0.32% | 0.46% | - |
| HSV(B) | 284.21º | 0.49% | 0.61% | - |
| XYZ | 19.02 | 13.37 | 33.03 | - |
| YUV | 105.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 156 | 0.13 | 0.49 | 0 | 0.39 | 284.21 | 0.32 | 0.46 |
| Hex | 88 | 50 | 9C | D | 31 | 0 | 27 | 11C | 20 | 2E |
| Octal | 210 | 120 | 234 | 15 | 61 | 0 | 47 | 434 | 40 | 56 |
| Binary | 10001000 | 1010000 | 10011100 | 1101 | 110001 | 0 | 100111 | 100011100 | 100000 | 101110 |
Color Harmonies of #88509C
Complementary color
Monochromatic Colors of #88509C
Black with #88509C
Text Example
Text Example
White with #88509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88509C; }
p { color: rgb(136,80,156); }
H1.HeaderClassName
{
color: #88509C;
}
.AnyTagClassName
{
color: #88509C;
}
</style>
background-color css
<style>
a { background-color: #88509C; }
a { background-color: rgb(136,80,156); }
div.DivClassName
{
background-color: #88509C;
}
.BgClassName
{
background-color: #88509C;
}
</style>
border-color css
<style>
span { border-color: #88509C; }
span { border-color: rgb(136,80,156); }
td.TdClassName
{
border-color: #88509C;
}
.TagClassName
{
border-color: #88509C;
}
</style>