Shades of Dark Violet #9713BC
Tints of Dark Violet #9713BC
RGB
CMYK
RGB Variations
Color information
#9713BC (or 0x9713BC) is known color: Dark Violet. HEX triplet: 97, 13 and BC. RGB value is (151,19,188). Sum of RGB (Red+Green+Blue) = 151+19+188=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #9713BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713BC is #68EC43. Grayscale: #4D4D4D. Windows color (decimal): -6876228 or 12325783. OLE color: 12325783.
HSL color Cylindrical-coordinate representation of color #9713BC: hue angle of 286.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9713BC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 19 | 188 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.26 |
| HSL | 286.86º | 0.82% | 0.41% | - |
| HSV(B) | 286.86º | 0.9% | 0.74% | - |
| XYZ | 22.07 | 10.68 | 48.47 | - |
| YUV | 77.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 188 | 0.20 | 0.90 | 0 | 0.26 | 286.86 | 0.82 | 0.41 |
| Hex | 97 | 13 | BC | 14 | 5A | 0 | 1A | 11F | 52 | 29 |
| Octal | 227 | 23 | 274 | 24 | 132 | 0 | 32 | 437 | 122 | 51 |
| Binary | 10010111 | 10011 | 10111100 | 10100 | 1011010 | 0 | 11010 | 100011111 | 1010010 | 101001 |
Color Harmonies of #9713BC
Complementary color
Monochromatic Colors of #9713BC
Black with #9713BC
Text Example
Text Example
White with #9713BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9713BC; }
p { color: rgb(151,19,188); }
H1.HeaderClassName
{
color: #9713BC;
}
.AnyTagClassName
{
color: #9713BC;
}
</style>
background-color css
<style>
a { background-color: #9713BC; }
a { background-color: rgb(151,19,188); }
div.DivClassName
{
background-color: #9713BC;
}
.BgClassName
{
background-color: #9713BC;
}
</style>
border-color css
<style>
span { border-color: #9713BC; }
span { border-color: rgb(151,19,188); }
td.TdClassName
{
border-color: #9713BC;
}
.TagClassName
{
border-color: #9713BC;
}
</style>