Shades of Dark Violet #9F14BD
Tints of Dark Violet #9F14BD
RGB
CMYK
RGB Variations
Color information
#9F14BD (or 0x9F14BD) is known color: Dark Violet. HEX triplet: 9F, 14 and BD. RGB value is (159,20,189). Sum of RGB (Red+Green+Blue) = 159+20+189=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F14BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14BD is #60EB42. Grayscale: #505050. Windows color (decimal): -6351683 or 12391583. OLE color: 12391583.
HSL color Cylindrical-coordinate representation of color #9F14BD: hue angle of 289.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F14BD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 20 | 189 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.26 |
| HSL | 289.35º | 0.81% | 0.41% | - |
| HSV(B) | 289.35º | 0.89% | 0.74% | - |
| XYZ | 23.73 | 11.55 | 49.12 | - |
| YUV | 80.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 189 | 0.16 | 0.89 | 0 | 0.26 | 289.35 | 0.81 | 0.41 |
| Hex | 9F | 14 | BD | 10 | 59 | 0 | 1A | 121 | 51 | 29 |
| Octal | 237 | 24 | 275 | 20 | 131 | 0 | 32 | 441 | 121 | 51 |
| Binary | 10011111 | 10100 | 10111101 | 10000 | 1011001 | 0 | 11010 | 100100001 | 1010001 | 101001 |
Color Harmonies of #9F14BD
Complementary color
Monochromatic Colors of #9F14BD
Black with #9F14BD
Text Example
Text Example
White with #9F14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14BD; }
p { color: rgb(159,20,189); }
H1.HeaderClassName
{
color: #9F14BD;
}
.AnyTagClassName
{
color: #9F14BD;
}
</style>
background-color css
<style>
a { background-color: #9F14BD; }
a { background-color: rgb(159,20,189); }
div.DivClassName
{
background-color: #9F14BD;
}
.BgClassName
{
background-color: #9F14BD;
}
</style>
border-color css
<style>
span { border-color: #9F14BD; }
span { border-color: rgb(159,20,189); }
td.TdClassName
{
border-color: #9F14BD;
}
.TagClassName
{
border-color: #9F14BD;
}
</style>