Shades of Dark Violet #9711BF
Tints of Dark Violet #9711BF
RGB
CMYK
RGB Variations
Color information
#9711BF (or 0x9711BF) is known color: Dark Violet. HEX triplet: 97, 11 and BF. RGB value is (151,17,191). Sum of RGB (Red+Green+Blue) = 151+17+191=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #9711BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711BF is #68EE40. Grayscale: #4C4C4C. Windows color (decimal): -6876737 or 12521879. OLE color: 12521879.
HSL color Cylindrical-coordinate representation of color #9711BF: hue angle of 286.21º 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 #9711BF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 17 | 191 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.25 |
| HSL | 286.21º | 0.84% | 0.41% | - |
| HSV(B) | 286.21º | 0.91% | 0.75% | - |
| XYZ | 22.37 | 10.74 | 50.18 | - |
| YUV | 76.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 191 | 0.21 | 0.91 | 0 | 0.25 | 286.21 | 0.84 | 0.41 |
| Hex | 97 | 11 | BF | 15 | 5B | 0 | 19 | 11E | 54 | 29 |
| Octal | 227 | 21 | 277 | 25 | 133 | 0 | 31 | 436 | 124 | 51 |
| Binary | 10010111 | 10001 | 10111111 | 10101 | 1011011 | 0 | 11001 | 100011110 | 1010100 | 101001 |
Color Harmonies of #9711BF
Complementary color
Monochromatic Colors of #9711BF
Black with #9711BF
Text Example
Text Example
White with #9711BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9711BF; }
p { color: rgb(151,17,191); }
H1.HeaderClassName
{
color: #9711BF;
}
.AnyTagClassName
{
color: #9711BF;
}
</style>
background-color css
<style>
a { background-color: #9711BF; }
a { background-color: rgb(151,17,191); }
div.DivClassName
{
background-color: #9711BF;
}
.BgClassName
{
background-color: #9711BF;
}
</style>
border-color css
<style>
span { border-color: #9711BF; }
span { border-color: rgb(151,17,191); }
td.TdClassName
{
border-color: #9711BF;
}
.TagClassName
{
border-color: #9711BF;
}
</style>