Shades of Dark Violet #9816D7
Tints of Dark Violet #9816D7
RGB
CMYK
RGB Variations
Color information
#9816D7 (or 0x9816D7) is known color: Dark Violet. HEX triplet: 98, 16 and D7. RGB value is (152,22,215). Sum of RGB (Red+Green+Blue) = 152+22+215=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #9816D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816D7 is #67E928. Grayscale: #525252. Windows color (decimal): -6809897 or 14096024. OLE color: 14096024.
HSL color Cylindrical-coordinate representation of color #9816D7: hue angle of 280.41º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9816D7 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 22 | 215 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.16 |
| HSL | 280.41º | 0.81% | 0.46% | - |
| HSV(B) | 280.41º | 0.9% | 0.84% | - |
| XYZ | 25.5 | 12.16 | 65.29 | - |
| YUV | 82.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 215 | 0.29 | 0.90 | 0 | 0.16 | 280.41 | 0.81 | 0.46 |
| Hex | 98 | 16 | D7 | 1D | 5A | 0 | 10 | 118 | 51 | 2E |
| Octal | 230 | 26 | 327 | 35 | 132 | 0 | 20 | 430 | 121 | 56 |
| Binary | 10011000 | 10110 | 11010111 | 11101 | 1011010 | 0 | 10000 | 100011000 | 1010001 | 101110 |
Color Harmonies of #9816D7
Complementary color
Monochromatic Colors of #9816D7
Black with #9816D7
Text Example
Text Example
White with #9816D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816D7; }
p { color: rgb(152,22,215); }
H1.HeaderClassName
{
color: #9816D7;
}
.AnyTagClassName
{
color: #9816D7;
}
</style>
background-color css
<style>
a { background-color: #9816D7; }
a { background-color: rgb(152,22,215); }
div.DivClassName
{
background-color: #9816D7;
}
.BgClassName
{
background-color: #9816D7;
}
</style>
border-color css
<style>
span { border-color: #9816D7; }
span { border-color: rgb(152,22,215); }
td.TdClassName
{
border-color: #9816D7;
}
.TagClassName
{
border-color: #9816D7;
}
</style>