Shades of Dark Violet #9714BA
Tints of Dark Violet #9714BA
RGB
CMYK
RGB Variations
Color information
#9714BA (or 0x9714BA) is known color: Dark Violet. HEX triplet: 97, 14 and BA. RGB value is (151,20,186). Sum of RGB (Red+Green+Blue) = 151+20+186=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9714BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714BA is #68EB45. Grayscale: #4D4D4D. Windows color (decimal): -6875974 or 12194967. OLE color: 12194967.
HSL color Cylindrical-coordinate representation of color #9714BA: hue angle of 287.35º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9714BA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 20 | 186 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.27 |
| HSL | 287.35º | 0.81% | 0.4% | - |
| HSV(B) | 287.35º | 0.89% | 0.73% | - |
| XYZ | 21.88 | 10.62 | 47.35 | - |
| YUV | 78.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 186 | 0.19 | 0.89 | 0 | 0.27 | 287.35 | 0.81 | 0.4 |
| Hex | 97 | 14 | BA | 13 | 59 | 0 | 1B | 11F | 51 | 28 |
| Octal | 227 | 24 | 272 | 23 | 131 | 0 | 33 | 437 | 121 | 50 |
| Binary | 10010111 | 10100 | 10111010 | 10011 | 1011001 | 0 | 11011 | 100011111 | 1010001 | 101000 |
Color Harmonies of #9714BA
Complementary color
Monochromatic Colors of #9714BA
Black with #9714BA
Text Example
Text Example
White with #9714BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9714BA; }
p { color: rgb(151,20,186); }
H1.HeaderClassName
{
color: #9714BA;
}
.AnyTagClassName
{
color: #9714BA;
}
</style>
background-color css
<style>
a { background-color: #9714BA; }
a { background-color: rgb(151,20,186); }
div.DivClassName
{
background-color: #9714BA;
}
.BgClassName
{
background-color: #9714BA;
}
</style>
border-color css
<style>
span { border-color: #9714BA; }
span { border-color: rgb(151,20,186); }
td.TdClassName
{
border-color: #9714BA;
}
.TagClassName
{
border-color: #9714BA;
}
</style>