Shades of Vivid Violet #8817A8
Tints of Vivid Violet #8817A8
RGB
CMYK
RGB Variations
Color information
#8817A8 (or 0x8817A8) is known color: Vivid Violet. HEX triplet: 88, 17 and A8. RGB value is (136,23,168). Sum of RGB (Red+Green+Blue) = 136+23+168=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #8817A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8817A8 is #77E857. Grayscale: #484848. Windows color (decimal): -7858264 or 11016072. OLE color: 11016072.
HSL color Cylindrical-coordinate representation of color #8817A8: hue angle of 286.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8817A8 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 23 | 168 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.34 |
| HSL | 286.76º | 0.76% | 0.37% | - |
| HSV(B) | 286.76º | 0.86% | 0.66% | - |
| XYZ | 17.53 | 8.67 | 37.8 | - |
| YUV | 73.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 168 | 0.19 | 0.86 | 0 | 0.34 | 286.76 | 0.76 | 0.37 |
| Hex | 88 | 17 | A8 | 13 | 56 | 0 | 22 | 11F | 4C | 25 |
| Octal | 210 | 27 | 250 | 23 | 126 | 0 | 42 | 437 | 114 | 45 |
| Binary | 10001000 | 10111 | 10101000 | 10011 | 1010110 | 0 | 100010 | 100011111 | 1001100 | 100101 |
Color Harmonies of #8817A8
Complementary color
Monochromatic Colors of #8817A8
Black with #8817A8
Text Example
Text Example
White with #8817A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8817A8; }
p { color: rgb(136,23,168); }
H1.HeaderClassName
{
color: #8817A8;
}
.AnyTagClassName
{
color: #8817A8;
}
</style>
background-color css
<style>
a { background-color: #8817A8; }
a { background-color: rgb(136,23,168); }
div.DivClassName
{
background-color: #8817A8;
}
.BgClassName
{
background-color: #8817A8;
}
</style>
border-color css
<style>
span { border-color: #8817A8; }
span { border-color: rgb(136,23,168); }
td.TdClassName
{
border-color: #8817A8;
}
.TagClassName
{
border-color: #8817A8;
}
</style>