Shades of Dark Violet #9713D1
Tints of Dark Violet #9713D1
RGB
CMYK
RGB Variations
Color information
#9713D1 (or 0x9713D1) is known color: Dark Violet. HEX triplet: 97, 13 and D1. RGB value is (151,19,209). Sum of RGB (Red+Green+Blue) = 151+19+209=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #9713D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713D1 is #68EC2E. Grayscale: #4F4F4F. Windows color (decimal): -6876207 or 13702039. OLE color: 13702039.
HSL color Cylindrical-coordinate representation of color #9713D1: hue angle of 281.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9713D1 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 19 | 209 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.18 |
| HSL | 281.68º | 0.83% | 0.45% | - |
| HSV(B) | 281.68º | 0.91% | 0.82% | - |
| XYZ | 24.5 | 11.65 | 61.28 | - |
| YUV | 80.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 209 | 0.28 | 0.91 | 0 | 0.18 | 281.68 | 0.83 | 0.45 |
| Hex | 97 | 13 | D1 | 1C | 5B | 0 | 12 | 11A | 53 | 2D |
| Octal | 227 | 23 | 321 | 34 | 133 | 0 | 22 | 432 | 123 | 55 |
| Binary | 10010111 | 10011 | 11010001 | 11100 | 1011011 | 0 | 10010 | 100011010 | 1010011 | 101101 |
Color Harmonies of #9713D1
Complementary color
Monochromatic Colors of #9713D1
Black with #9713D1
Text Example
Text Example
White with #9713D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9713D1; }
p { color: rgb(151,19,209); }
H1.HeaderClassName
{
color: #9713D1;
}
.AnyTagClassName
{
color: #9713D1;
}
</style>
background-color css
<style>
a { background-color: #9713D1; }
a { background-color: rgb(151,19,209); }
div.DivClassName
{
background-color: #9713D1;
}
.BgClassName
{
background-color: #9713D1;
}
</style>
border-color css
<style>
span { border-color: #9713D1; }
span { border-color: rgb(151,19,209); }
td.TdClassName
{
border-color: #9713D1;
}
.TagClassName
{
border-color: #9713D1;
}
</style>