Shades of Dark Violet #9611BB
Tints of Dark Violet #9611BB
RGB
CMYK
RGB Variations
Color information
#9611BB (or 0x9611BB) is known color: Dark Violet. HEX triplet: 96, 11 and BB. RGB value is (150,17,187). Sum of RGB (Red+Green+Blue) = 150+17+187=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9611BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9611BB is #69EE44. Grayscale: #4B4B4B. Windows color (decimal): -6942277 or 12259734. OLE color: 12259734.
HSL color Cylindrical-coordinate representation of color #9611BB: hue angle of 286.94º 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 #9611BB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 17 | 187 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.27 |
| HSL | 286.94º | 0.83% | 0.4% | - |
| HSV(B) | 286.94º | 0.91% | 0.73% | - |
| XYZ | 21.75 | 10.47 | 47.89 | - |
| YUV | 76.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 187 | 0.20 | 0.91 | 0 | 0.27 | 286.94 | 0.83 | 0.4 |
| Hex | 96 | 11 | BB | 14 | 5B | 0 | 1B | 11F | 53 | 28 |
| Octal | 226 | 21 | 273 | 24 | 133 | 0 | 33 | 437 | 123 | 50 |
| Binary | 10010110 | 10001 | 10111011 | 10100 | 1011011 | 0 | 11011 | 100011111 | 1010011 | 101000 |
Color Harmonies of #9611BB
Complementary color
Monochromatic Colors of #9611BB
Black with #9611BB
Text Example
Text Example
White with #9611BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9611BB; }
p { color: rgb(150,17,187); }
H1.HeaderClassName
{
color: #9611BB;
}
.AnyTagClassName
{
color: #9611BB;
}
</style>
background-color css
<style>
a { background-color: #9611BB; }
a { background-color: rgb(150,17,187); }
div.DivClassName
{
background-color: #9611BB;
}
.BgClassName
{
background-color: #9611BB;
}
</style>
border-color css
<style>
span { border-color: #9611BB; }
span { border-color: rgb(150,17,187); }
td.TdClassName
{
border-color: #9611BB;
}
.TagClassName
{
border-color: #9611BB;
}
</style>