Shades of Dark Violet #9816BB
Tints of Dark Violet #9816BB
RGB
CMYK
RGB Variations
Color information
#9816BB (or 0x9816BB) is known color: Dark Violet. HEX triplet: 98, 16 and BB. RGB value is (152,22,187). Sum of RGB (Red+Green+Blue) = 152+22+187=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #9816BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816BB is #67E944. Grayscale: #4F4F4F. Windows color (decimal): -6809925 or 12261016. OLE color: 12261016.
HSL color Cylindrical-coordinate representation of color #9816BB: hue angle of 287.27º degrees, saturation: 0.79, 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 #9816BB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 22 | 187 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.27 |
| HSL | 287.27º | 0.79% | 0.41% | - |
| HSV(B) | 287.27º | 0.88% | 0.73% | - |
| XYZ | 22.21 | 10.84 | 47.94 | - |
| YUV | 79.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 187 | 0.19 | 0.88 | 0 | 0.27 | 287.27 | 0.79 | 0.41 |
| Hex | 98 | 16 | BB | 13 | 58 | 0 | 1B | 11F | 4F | 29 |
| Octal | 230 | 26 | 273 | 23 | 130 | 0 | 33 | 437 | 117 | 51 |
| Binary | 10011000 | 10110 | 10111011 | 10011 | 1011000 | 0 | 11011 | 100011111 | 1001111 | 101001 |
Color Harmonies of #9816BB
Complementary color
Monochromatic Colors of #9816BB
Black with #9816BB
Text Example
Text Example
White with #9816BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816BB; }
p { color: rgb(152,22,187); }
H1.HeaderClassName
{
color: #9816BB;
}
.AnyTagClassName
{
color: #9816BB;
}
</style>
background-color css
<style>
a { background-color: #9816BB; }
a { background-color: rgb(152,22,187); }
div.DivClassName
{
background-color: #9816BB;
}
.BgClassName
{
background-color: #9816BB;
}
</style>
border-color css
<style>
span { border-color: #9816BB; }
span { border-color: rgb(152,22,187); }
td.TdClassName
{
border-color: #9816BB;
}
.TagClassName
{
border-color: #9816BB;
}
</style>