Shades of Dark Violet #9716B7
Tints of Dark Violet #9716B7
RGB
CMYK
RGB Variations
Color information
#9716B7 (or 0x9716B7) is known color: Dark Violet. HEX triplet: 97, 16 and B7. RGB value is (151,22,183). Sum of RGB (Red+Green+Blue) = 151+22+183=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #9716B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716B7 is #68E948. Grayscale: #4E4E4E. Windows color (decimal): -6875465 or 11998871. OLE color: 11998871.
HSL color Cylindrical-coordinate representation of color #9716B7: hue angle of 288.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9716B7 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 22 | 183 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.28 |
| HSL | 288.07º | 0.79% | 0.4% | - |
| HSV(B) | 288.07º | 0.88% | 0.72% | - |
| XYZ | 21.6 | 10.57 | 45.7 | - |
| YUV | 78.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 183 | 0.17 | 0.88 | 0 | 0.28 | 288.07 | 0.79 | 0.4 |
| Hex | 97 | 16 | B7 | 11 | 58 | 0 | 1C | 120 | 4F | 28 |
| Octal | 227 | 26 | 267 | 21 | 130 | 0 | 34 | 440 | 117 | 50 |
| Binary | 10010111 | 10110 | 10110111 | 10001 | 1011000 | 0 | 11100 | 100100000 | 1001111 | 101000 |
Color Harmonies of #9716B7
Complementary color
Monochromatic Colors of #9716B7
Black with #9716B7
Text Example
Text Example
White with #9716B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716B7; }
p { color: rgb(151,22,183); }
H1.HeaderClassName
{
color: #9716B7;
}
.AnyTagClassName
{
color: #9716B7;
}
</style>
background-color css
<style>
a { background-color: #9716B7; }
a { background-color: rgb(151,22,183); }
div.DivClassName
{
background-color: #9716B7;
}
.BgClassName
{
background-color: #9716B7;
}
</style>
border-color css
<style>
span { border-color: #9716B7; }
span { border-color: rgb(151,22,183); }
td.TdClassName
{
border-color: #9716B7;
}
.TagClassName
{
border-color: #9716B7;
}
</style>