Shades of Dark Violet #9D14BA
Tints of Dark Violet #9D14BA
RGB
CMYK
RGB Variations
Color information
#9D14BA (or 0x9D14BA) is known color: Dark Violet. HEX triplet: 9D, 14 and BA. RGB value is (157,20,186). Sum of RGB (Red+Green+Blue) = 157+20+186=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D14BA is #62EB45. Grayscale: #4F4F4F. Windows color (decimal): -6482758 or 12194973. OLE color: 12194973.
HSL color Cylindrical-coordinate representation of color #9D14BA: hue angle of 289.52º 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 #9D14BA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 20 | 186 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.27 |
| HSL | 289.52º | 0.81% | 0.4% | - |
| HSV(B) | 289.52º | 0.89% | 0.73% | - |
| XYZ | 23.02 | 11.21 | 47.41 | - |
| YUV | 79.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 186 | 0.16 | 0.89 | 0 | 0.27 | 289.52 | 0.81 | 0.4 |
| Hex | 9D | 14 | BA | 10 | 59 | 0 | 1B | 122 | 51 | 28 |
| Octal | 235 | 24 | 272 | 20 | 131 | 0 | 33 | 442 | 121 | 50 |
| Binary | 10011101 | 10100 | 10111010 | 10000 | 1011001 | 0 | 11011 | 100100010 | 1010001 | 101000 |
Color Harmonies of #9D14BA
Complementary color
Monochromatic Colors of #9D14BA
Black with #9D14BA
Text Example
Text Example
White with #9D14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D14BA; }
p { color: rgb(157,20,186); }
H1.HeaderClassName
{
color: #9D14BA;
}
.AnyTagClassName
{
color: #9D14BA;
}
</style>
background-color css
<style>
a { background-color: #9D14BA; }
a { background-color: rgb(157,20,186); }
div.DivClassName
{
background-color: #9D14BA;
}
.BgClassName
{
background-color: #9D14BA;
}
</style>
border-color css
<style>
span { border-color: #9D14BA; }
span { border-color: rgb(157,20,186); }
td.TdClassName
{
border-color: #9D14BA;
}
.TagClassName
{
border-color: #9D14BA;
}
</style>