Shades of Dark Violet #9814BB
Tints of Dark Violet #9814BB
RGB
CMYK
RGB Variations
Color information
#9814BB (or 0x9814BB) is known color: Dark Violet. HEX triplet: 98, 14 and BB. RGB value is (152,20,187). Sum of RGB (Red+Green+Blue) = 152+20+187=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #9814BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814BB is #67EB44. Grayscale: #4D4D4D. Windows color (decimal): -6810437 or 12260504. OLE color: 12260504.
HSL color Cylindrical-coordinate representation of color #9814BB: hue angle of 287.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9814BB is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 20 | 187 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.27 |
| HSL | 287.43º | 0.81% | 0.41% | - |
| HSV(B) | 287.43º | 0.89% | 0.73% | - |
| XYZ | 22.17 | 10.76 | 47.92 | - |
| YUV | 78.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 187 | 0.19 | 0.89 | 0 | 0.27 | 287.43 | 0.81 | 0.41 |
| Hex | 98 | 14 | BB | 13 | 59 | 0 | 1B | 11F | 51 | 29 |
| Octal | 230 | 24 | 273 | 23 | 131 | 0 | 33 | 437 | 121 | 51 |
| Binary | 10011000 | 10100 | 10111011 | 10011 | 1011001 | 0 | 11011 | 100011111 | 1010001 | 101001 |
Color Harmonies of #9814BB
Complementary color
Monochromatic Colors of #9814BB
Black with #9814BB
Text Example
Text Example
White with #9814BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9814BB; }
p { color: rgb(152,20,187); }
H1.HeaderClassName
{
color: #9814BB;
}
.AnyTagClassName
{
color: #9814BB;
}
</style>
background-color css
<style>
a { background-color: #9814BB; }
a { background-color: rgb(152,20,187); }
div.DivClassName
{
background-color: #9814BB;
}
.BgClassName
{
background-color: #9814BB;
}
</style>
border-color css
<style>
span { border-color: #9814BB; }
span { border-color: rgb(152,20,187); }
td.TdClassName
{
border-color: #9814BB;
}
.TagClassName
{
border-color: #9814BB;
}
</style>