Shades of Dark Violet #8815D1
Tints of Dark Violet #8815D1
RGB
CMYK
RGB Variations
Color information
#8815D1 (or 0x8815D1) is known color: Dark Violet. HEX triplet: 88, 15 and D1. RGB value is (136,21,209). Sum of RGB (Red+Green+Blue) = 136+21+209=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #8815D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815D1 is #77EA2E. Grayscale: #4C4C4C. Windows color (decimal): -7858735 or 13702536. OLE color: 13702536.
HSL color Cylindrical-coordinate representation of color #8815D1: hue angle of 276.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8815D1 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 21 | 209 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.18 |
| HSL | 276.7º | 0.82% | 0.45% | - |
| HSV(B) | 276.7º | 0.9% | 0.82% | - |
| XYZ | 21.93 | 10.37 | 61.17 | - |
| YUV | 76.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 209 | 0.35 | 0.90 | 0 | 0.18 | 276.7 | 0.82 | 0.45 |
| Hex | 88 | 15 | D1 | 23 | 5A | 0 | 12 | 115 | 52 | 2D |
| Octal | 210 | 25 | 321 | 43 | 132 | 0 | 22 | 425 | 122 | 55 |
| Binary | 10001000 | 10101 | 11010001 | 100011 | 1011010 | 0 | 10010 | 100010101 | 1010010 | 101101 |
Color Harmonies of #8815D1
Complementary color
Monochromatic Colors of #8815D1
Black with #8815D1
Text Example
Text Example
White with #8815D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8815D1; }
p { color: rgb(136,21,209); }
H1.HeaderClassName
{
color: #8815D1;
}
.AnyTagClassName
{
color: #8815D1;
}
</style>
background-color css
<style>
a { background-color: #8815D1; }
a { background-color: rgb(136,21,209); }
div.DivClassName
{
background-color: #8815D1;
}
.BgClassName
{
background-color: #8815D1;
}
</style>
border-color css
<style>
span { border-color: #8815D1; }
span { border-color: rgb(136,21,209); }
td.TdClassName
{
border-color: #8815D1;
}
.TagClassName
{
border-color: #8815D1;
}
</style>