Shades of Dark Violet #9715BF
Tints of Dark Violet #9715BF
RGB
CMYK
RGB Variations
Color information
#9715BF (or 0x9715BF) is known color: Dark Violet. HEX triplet: 97, 15 and BF. RGB value is (151,21,191). Sum of RGB (Red+Green+Blue) = 151+21+191=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #9715BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715BF is #68EA40. Grayscale: #4E4E4E. Windows color (decimal): -6875713 or 12522903. OLE color: 12522903.
HSL color Cylindrical-coordinate representation of color #9715BF: hue angle of 285.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9715BF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 21 | 191 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.25 |
| HSL | 285.88º | 0.8% | 0.42% | - |
| HSV(B) | 285.88º | 0.89% | 0.75% | - |
| XYZ | 22.43 | 10.88 | 50.21 | - |
| YUV | 79.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 191 | 0.21 | 0.89 | 0 | 0.25 | 285.88 | 0.8 | 0.42 |
| Hex | 97 | 15 | BF | 15 | 59 | 0 | 19 | 11E | 50 | 2A |
| Octal | 227 | 25 | 277 | 25 | 131 | 0 | 31 | 436 | 120 | 52 |
| Binary | 10010111 | 10101 | 10111111 | 10101 | 1011001 | 0 | 11001 | 100011110 | 1010000 | 101010 |
Color Harmonies of #9715BF
Complementary color
Monochromatic Colors of #9715BF
Black with #9715BF
Text Example
Text Example
White with #9715BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9715BF; }
p { color: rgb(151,21,191); }
H1.HeaderClassName
{
color: #9715BF;
}
.AnyTagClassName
{
color: #9715BF;
}
</style>
background-color css
<style>
a { background-color: #9715BF; }
a { background-color: rgb(151,21,191); }
div.DivClassName
{
background-color: #9715BF;
}
.BgClassName
{
background-color: #9715BF;
}
</style>
border-color css
<style>
span { border-color: #9715BF; }
span { border-color: rgb(151,21,191); }
td.TdClassName
{
border-color: #9715BF;
}
.TagClassName
{
border-color: #9715BF;
}
</style>