Shades of Dark Violet #9816DB
Tints of Dark Violet #9816DB
RGB
CMYK
RGB Variations
Color information
#9816DB (or 0x9816DB) is known color: Dark Violet. HEX triplet: 98, 16 and DB. RGB value is (152,22,219). Sum of RGB (Red+Green+Blue) = 152+22+219=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #9816DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816DB is #67E924. Grayscale: #525252. Windows color (decimal): -6809893 or 14358168. OLE color: 14358168.
HSL color Cylindrical-coordinate representation of color #9816DB: hue angle of 279.59º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9816DB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 22 | 219 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.14 |
| HSL | 279.59º | 0.82% | 0.47% | - |
| HSV(B) | 279.59º | 0.9% | 0.86% | - |
| XYZ | 26.02 | 12.36 | 68.03 | - |
| YUV | 83.33 | 204.57 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 219 | 0.31 | 0.90 | 0 | 0.14 | 279.59 | 0.82 | 0.47 |
| Hex | 98 | 16 | DB | 1F | 5A | 0 | E | 118 | 52 | 2F |
| Octal | 230 | 26 | 333 | 37 | 132 | 0 | 16 | 430 | 122 | 57 |
| Binary | 10011000 | 10110 | 11011011 | 11111 | 1011010 | 0 | 1110 | 100011000 | 1010010 | 101111 |
Color Harmonies of #9816DB
Complementary color
Monochromatic Colors of #9816DB
Black with #9816DB
Text Example
Text Example
White with #9816DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816DB; }
p { color: rgb(152,22,219); }
H1.HeaderClassName
{
color: #9816DB;
}
.AnyTagClassName
{
color: #9816DB;
}
</style>
background-color css
<style>
a { background-color: #9816DB; }
a { background-color: rgb(152,22,219); }
div.DivClassName
{
background-color: #9816DB;
}
.BgClassName
{
background-color: #9816DB;
}
</style>
border-color css
<style>
span { border-color: #9816DB; }
span { border-color: rgb(152,22,219); }
td.TdClassName
{
border-color: #9816DB;
}
.TagClassName
{
border-color: #9816DB;
}
</style>