Shades of Dark Violet #9713BB
Tints of Dark Violet #9713BB
RGB
CMYK
RGB Variations
Color information
#9713BB (or 0x9713BB) is known color: Dark Violet. HEX triplet: 97, 13 and BB. RGB value is (151,19,187). Sum of RGB (Red+Green+Blue) = 151+19+187=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #9713BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713BB is #68EC44. Grayscale: #4D4D4D. Windows color (decimal): -6876229 or 12260247. OLE color: 12260247.
HSL color Cylindrical-coordinate representation of color #9713BB: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9713BB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 19 | 187 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.27 |
| HSL | 287.14º | 0.82% | 0.4% | - |
| HSV(B) | 287.14º | 0.9% | 0.73% | - |
| XYZ | 21.97 | 10.63 | 47.91 | - |
| YUV | 77.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 187 | 0.19 | 0.90 | 0 | 0.27 | 287.14 | 0.82 | 0.4 |
| Hex | 97 | 13 | BB | 13 | 5A | 0 | 1B | 11F | 52 | 28 |
| Octal | 227 | 23 | 273 | 23 | 132 | 0 | 33 | 437 | 122 | 50 |
| Binary | 10010111 | 10011 | 10111011 | 10011 | 1011010 | 0 | 11011 | 100011111 | 1010010 | 101000 |
Color Harmonies of #9713BB
Complementary color
Monochromatic Colors of #9713BB
Black with #9713BB
Text Example
Text Example
White with #9713BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9713BB; }
p { color: rgb(151,19,187); }
H1.HeaderClassName
{
color: #9713BB;
}
.AnyTagClassName
{
color: #9713BB;
}
</style>
background-color css
<style>
a { background-color: #9713BB; }
a { background-color: rgb(151,19,187); }
div.DivClassName
{
background-color: #9713BB;
}
.BgClassName
{
background-color: #9713BB;
}
</style>
border-color css
<style>
span { border-color: #9713BB; }
span { border-color: rgb(151,19,187); }
td.TdClassName
{
border-color: #9713BB;
}
.TagClassName
{
border-color: #9713BB;
}
</style>