Shades of Dark Violet #9511BF
Tints of Dark Violet #9511BF
RGB
CMYK
RGB Variations
Color information
#9511BF (or 0x9511BF) is known color: Dark Violet. HEX triplet: 95, 11 and BF. RGB value is (149,17,191). Sum of RGB (Red+Green+Blue) = 149+17+191=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #9511BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9511BF is #6AEE40. Grayscale: #4B4B4B. Windows color (decimal): -7007809 or 12521877. OLE color: 12521877.
HSL color Cylindrical-coordinate representation of color #9511BF: hue angle of 285.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9511BF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 17 | 191 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.25 |
| HSL | 285.52º | 0.84% | 0.41% | - |
| HSV(B) | 285.52º | 0.91% | 0.75% | - |
| XYZ | 22 | 10.55 | 50.17 | - |
| YUV | 76.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 191 | 0.22 | 0.91 | 0 | 0.25 | 285.52 | 0.84 | 0.41 |
| Hex | 95 | 11 | BF | 16 | 5B | 0 | 19 | 11E | 54 | 29 |
| Octal | 225 | 21 | 277 | 26 | 133 | 0 | 31 | 436 | 124 | 51 |
| Binary | 10010101 | 10001 | 10111111 | 10110 | 1011011 | 0 | 11001 | 100011110 | 1010100 | 101001 |
Color Harmonies of #9511BF
Complementary color
Monochromatic Colors of #9511BF
Black with #9511BF
Text Example
Text Example
White with #9511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511BF; }
p { color: rgb(149,17,191); }
H1.HeaderClassName
{
color: #9511BF;
}
.AnyTagClassName
{
color: #9511BF;
}
</style>
background-color css
<style>
a { background-color: #9511BF; }
a { background-color: rgb(149,17,191); }
div.DivClassName
{
background-color: #9511BF;
}
.BgClassName
{
background-color: #9511BF;
}
</style>
border-color css
<style>
span { border-color: #9511BF; }
span { border-color: rgb(149,17,191); }
td.TdClassName
{
border-color: #9511BF;
}
.TagClassName
{
border-color: #9511BF;
}
</style>