Shades of Dark Violet #8815C9
Tints of Dark Violet #8815C9
RGB
CMYK
RGB Variations
Color information
#8815C9 (or 0x8815C9) is known color: Dark Violet. HEX triplet: 88, 15 and C9. RGB value is (136,21,201). Sum of RGB (Red+Green+Blue) = 136+21+201=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #8815C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815C9 is #77EA36. Grayscale: #4B4B4B. Windows color (decimal): -7858743 or 13178248. OLE color: 13178248.
HSL color Cylindrical-coordinate representation of color #8815C9: hue angle of 278.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8815C9 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 21 | 201 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.21 |
| HSL | 278.33º | 0.81% | 0.44% | - |
| HSV(B) | 278.33º | 0.9% | 0.79% | - |
| XYZ | 20.96 | 9.99 | 56.08 | - |
| YUV | 75.91 | 198.6 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 201 | 0.32 | 0.90 | 0 | 0.21 | 278.33 | 0.81 | 0.44 |
| Hex | 88 | 15 | C9 | 20 | 5A | 0 | 15 | 116 | 51 | 2C |
| Octal | 210 | 25 | 311 | 40 | 132 | 0 | 25 | 426 | 121 | 54 |
| Binary | 10001000 | 10101 | 11001001 | 100000 | 1011010 | 0 | 10101 | 100010110 | 1010001 | 101100 |
Color Harmonies of #8815C9
Complementary color
Monochromatic Colors of #8815C9
Black with #8815C9
Text Example
Text Example
White with #8815C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8815C9; }
p { color: rgb(136,21,201); }
H1.HeaderClassName
{
color: #8815C9;
}
.AnyTagClassName
{
color: #8815C9;
}
</style>
background-color css
<style>
a { background-color: #8815C9; }
a { background-color: rgb(136,21,201); }
div.DivClassName
{
background-color: #8815C9;
}
.BgClassName
{
background-color: #8815C9;
}
</style>
border-color css
<style>
span { border-color: #8815C9; }
span { border-color: rgb(136,21,201); }
td.TdClassName
{
border-color: #8815C9;
}
.TagClassName
{
border-color: #8815C9;
}
</style>