Shades of Dark Violet #9816D0
Tints of Dark Violet #9816D0
RGB
CMYK
RGB Variations
Color information
#9816D0 (or 0x9816D0) is known color: Dark Violet. HEX triplet: 98, 16 and D0. RGB value is (152,22,208). Sum of RGB (Red+Green+Blue) = 152+22+208=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #9816D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816D0 is #67E92F. Grayscale: #515151. Windows color (decimal): -6809904 or 13637272. OLE color: 13637272.
HSL color Cylindrical-coordinate representation of color #9816D0: hue angle of 281.94º degrees, saturation: 0.81, 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 #9816D0 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 22 | 208 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.18 |
| HSL | 281.94º | 0.81% | 0.45% | - |
| HSV(B) | 281.94º | 0.89% | 0.82% | - |
| XYZ | 24.62 | 11.8 | 60.66 | - |
| YUV | 82.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 208 | 0.27 | 0.89 | 0 | 0.18 | 281.94 | 0.81 | 0.45 |
| Hex | 98 | 16 | D0 | 1B | 59 | 0 | 12 | 11A | 51 | 2D |
| Octal | 230 | 26 | 320 | 33 | 131 | 0 | 22 | 432 | 121 | 55 |
| Binary | 10011000 | 10110 | 11010000 | 11011 | 1011001 | 0 | 10010 | 100011010 | 1010001 | 101101 |
Color Harmonies of #9816D0
Complementary color
Monochromatic Colors of #9816D0
Black with #9816D0
Text Example
Text Example
White with #9816D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816D0; }
p { color: rgb(152,22,208); }
H1.HeaderClassName
{
color: #9816D0;
}
.AnyTagClassName
{
color: #9816D0;
}
</style>
background-color css
<style>
a { background-color: #9816D0; }
a { background-color: rgb(152,22,208); }
div.DivClassName
{
background-color: #9816D0;
}
.BgClassName
{
background-color: #9816D0;
}
</style>
border-color css
<style>
span { border-color: #9816D0; }
span { border-color: rgb(152,22,208); }
td.TdClassName
{
border-color: #9816D0;
}
.TagClassName
{
border-color: #9816D0;
}
</style>