Shades of Dark Violet #9817D1
Tints of Dark Violet #9817D1
RGB
CMYK
RGB Variations
Color information
#9817D1 (or 0x9817D1) is known color: Dark Violet. HEX triplet: 98, 17 and D1. RGB value is (152,23,209). Sum of RGB (Red+Green+Blue) = 152+23+209=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #9817D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9817D1 is #67E82E. Grayscale: #525252. Windows color (decimal): -6809647 or 13703064. OLE color: 13703064.
HSL color Cylindrical-coordinate representation of color #9817D1: hue angle of 281.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9817D1 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 23 | 209 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.18 |
| HSL | 281.61º | 0.8% | 0.45% | - |
| HSV(B) | 281.61º | 0.89% | 0.82% | - |
| XYZ | 24.76 | 11.89 | 61.31 | - |
| YUV | 82.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 209 | 0.27 | 0.89 | 0 | 0.18 | 281.61 | 0.8 | 0.45 |
| Hex | 98 | 17 | D1 | 1B | 59 | 0 | 12 | 11A | 50 | 2D |
| Octal | 230 | 27 | 321 | 33 | 131 | 0 | 22 | 432 | 120 | 55 |
| Binary | 10011000 | 10111 | 11010001 | 11011 | 1011001 | 0 | 10010 | 100011010 | 1010000 | 101101 |
Color Harmonies of #9817D1
Complementary color
Monochromatic Colors of #9817D1
Black with #9817D1
Text Example
Text Example
White with #9817D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9817D1; }
p { color: rgb(152,23,209); }
H1.HeaderClassName
{
color: #9817D1;
}
.AnyTagClassName
{
color: #9817D1;
}
</style>
background-color css
<style>
a { background-color: #9817D1; }
a { background-color: rgb(152,23,209); }
div.DivClassName
{
background-color: #9817D1;
}
.BgClassName
{
background-color: #9817D1;
}
</style>
border-color css
<style>
span { border-color: #9817D1; }
span { border-color: rgb(152,23,209); }
td.TdClassName
{
border-color: #9817D1;
}
.TagClassName
{
border-color: #9817D1;
}
</style>