Shades of Dark Violet #9811BB
Tints of Dark Violet #9811BB
RGB
CMYK
RGB Variations
Color information
#9811BB (or 0x9811BB) is known color: Dark Violet. HEX triplet: 98, 11 and BB. RGB value is (152,17,187). Sum of RGB (Red+Green+Blue) = 152+17+187=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #9811BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811BB is #67EE44. Grayscale: #4C4C4C. Windows color (decimal): -6811205 or 12259736. OLE color: 12259736.
HSL color Cylindrical-coordinate representation of color #9811BB: hue angle of 287.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9811BB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 17 | 187 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.27 |
| HSL | 287.65º | 0.83% | 0.4% | - |
| HSV(B) | 287.65º | 0.91% | 0.73% | - |
| XYZ | 22.12 | 10.66 | 47.91 | - |
| YUV | 76.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 187 | 0.19 | 0.91 | 0 | 0.27 | 287.65 | 0.83 | 0.4 |
| Hex | 98 | 11 | BB | 13 | 5B | 0 | 1B | 120 | 53 | 28 |
| Octal | 230 | 21 | 273 | 23 | 133 | 0 | 33 | 440 | 123 | 50 |
| Binary | 10011000 | 10001 | 10111011 | 10011 | 1011011 | 0 | 11011 | 100100000 | 1010011 | 101000 |
Color Harmonies of #9811BB
Complementary color
Monochromatic Colors of #9811BB
Black with #9811BB
Text Example
Text Example
White with #9811BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9811BB; }
p { color: rgb(152,17,187); }
H1.HeaderClassName
{
color: #9811BB;
}
.AnyTagClassName
{
color: #9811BB;
}
</style>
background-color css
<style>
a { background-color: #9811BB; }
a { background-color: rgb(152,17,187); }
div.DivClassName
{
background-color: #9811BB;
}
.BgClassName
{
background-color: #9811BB;
}
</style>
border-color css
<style>
span { border-color: #9811BB; }
span { border-color: rgb(152,17,187); }
td.TdClassName
{
border-color: #9811BB;
}
.TagClassName
{
border-color: #9811BB;
}
</style>