Shades of Dark Violet #9812BB
Tints of Dark Violet #9812BB
RGB
CMYK
RGB Variations
Color information
#9812BB (or 0x9812BB) is known color: Dark Violet. HEX triplet: 98, 12 and BB. RGB value is (152,18,187). Sum of RGB (Red+Green+Blue) = 152+18+187=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #9812BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9812BB is #67ED44. Grayscale: #4C4C4C. Windows color (decimal): -6810949 or 12259992. OLE color: 12259992.
HSL color Cylindrical-coordinate representation of color #9812BB: hue angle of 287.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9812BB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 18 | 187 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.27 |
| HSL | 287.57º | 0.82% | 0.4% | - |
| HSV(B) | 287.57º | 0.9% | 0.73% | - |
| XYZ | 22.13 | 10.7 | 47.91 | - |
| YUV | 77.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 187 | 0.19 | 0.90 | 0 | 0.27 | 287.57 | 0.82 | 0.4 |
| Hex | 98 | 12 | BB | 13 | 5A | 0 | 1B | 120 | 52 | 28 |
| Octal | 230 | 22 | 273 | 23 | 132 | 0 | 33 | 440 | 122 | 50 |
| Binary | 10011000 | 10010 | 10111011 | 10011 | 1011010 | 0 | 11011 | 100100000 | 1010010 | 101000 |
Color Harmonies of #9812BB
Complementary color
Monochromatic Colors of #9812BB
Black with #9812BB
Text Example
Text Example
White with #9812BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9812BB; }
p { color: rgb(152,18,187); }
H1.HeaderClassName
{
color: #9812BB;
}
.AnyTagClassName
{
color: #9812BB;
}
</style>
background-color css
<style>
a { background-color: #9812BB; }
a { background-color: rgb(152,18,187); }
div.DivClassName
{
background-color: #9812BB;
}
.BgClassName
{
background-color: #9812BB;
}
</style>
border-color css
<style>
span { border-color: #9812BB; }
span { border-color: rgb(152,18,187); }
td.TdClassName
{
border-color: #9812BB;
}
.TagClassName
{
border-color: #9812BB;
}
</style>