Shades of Dark Violet #8817BA
Tints of Dark Violet #8817BA
RGB
CMYK
RGB Variations
Color information
#8817BA (or 0x8817BA) is known color: Dark Violet. HEX triplet: 88, 17 and BA. RGB value is (136,23,186). Sum of RGB (Red+Green+Blue) = 136+23+186=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #8817BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8817BA is #77E845. Grayscale: #4A4A4A. Windows color (decimal): -7858246 or 12195720. OLE color: 12195720.
HSL color Cylindrical-coordinate representation of color #8817BA: hue angle of 281.6º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8817BA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 23 | 186 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.27 |
| HSL | 281.6º | 0.78% | 0.41% | - |
| HSV(B) | 281.6º | 0.88% | 0.73% | - |
| XYZ | 19.32 | 9.39 | 47.25 | - |
| YUV | 75.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 186 | 0.27 | 0.88 | 0 | 0.27 | 281.6 | 0.78 | 0.41 |
| Hex | 88 | 17 | BA | 1B | 58 | 0 | 1B | 11A | 4E | 29 |
| Octal | 210 | 27 | 272 | 33 | 130 | 0 | 33 | 432 | 116 | 51 |
| Binary | 10001000 | 10111 | 10111010 | 11011 | 1011000 | 0 | 11011 | 100011010 | 1001110 | 101001 |
Color Harmonies of #8817BA
Complementary color
Monochromatic Colors of #8817BA
Black with #8817BA
Text Example
Text Example
White with #8817BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8817BA; }
p { color: rgb(136,23,186); }
H1.HeaderClassName
{
color: #8817BA;
}
.AnyTagClassName
{
color: #8817BA;
}
</style>
background-color css
<style>
a { background-color: #8817BA; }
a { background-color: rgb(136,23,186); }
div.DivClassName
{
background-color: #8817BA;
}
.BgClassName
{
background-color: #8817BA;
}
</style>
border-color css
<style>
span { border-color: #8817BA; }
span { border-color: rgb(136,23,186); }
td.TdClassName
{
border-color: #8817BA;
}
.TagClassName
{
border-color: #8817BA;
}
</style>