Shades of Dark Violet #9713BF
Tints of Dark Violet #9713BF
RGB
CMYK
RGB Variations
Color information
#9713BF (or 0x9713BF) is known color: Dark Violet. HEX triplet: 97, 13 and BF. RGB value is (151,19,191). Sum of RGB (Red+Green+Blue) = 151+19+191=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #9713BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713BF is #68EC40. Grayscale: #4D4D4D. Windows color (decimal): -6876225 or 12522391. OLE color: 12522391.
HSL color Cylindrical-coordinate representation of color #9713BF: hue angle of 286.05º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9713BF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 19 | 191 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.25 |
| HSL | 286.05º | 0.82% | 0.41% | - |
| HSV(B) | 286.05º | 0.9% | 0.75% | - |
| XYZ | 22.4 | 10.81 | 50.2 | - |
| YUV | 78.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 191 | 0.21 | 0.90 | 0 | 0.25 | 286.05 | 0.82 | 0.41 |
| Hex | 97 | 13 | BF | 15 | 5A | 0 | 19 | 11E | 52 | 29 |
| Octal | 227 | 23 | 277 | 25 | 132 | 0 | 31 | 436 | 122 | 51 |
| Binary | 10010111 | 10011 | 10111111 | 10101 | 1011010 | 0 | 11001 | 100011110 | 1010010 | 101001 |
Color Harmonies of #9713BF
Complementary color
Monochromatic Colors of #9713BF
Black with #9713BF
Text Example
Text Example
White with #9713BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9713BF; }
p { color: rgb(151,19,191); }
H1.HeaderClassName
{
color: #9713BF;
}
.AnyTagClassName
{
color: #9713BF;
}
</style>
background-color css
<style>
a { background-color: #9713BF; }
a { background-color: rgb(151,19,191); }
div.DivClassName
{
background-color: #9713BF;
}
.BgClassName
{
background-color: #9713BF;
}
</style>
border-color css
<style>
span { border-color: #9713BF; }
span { border-color: rgb(151,19,191); }
td.TdClassName
{
border-color: #9713BF;
}
.TagClassName
{
border-color: #9713BF;
}
</style>