Shades of Dark Violet #9F14BC
Tints of Dark Violet #9F14BC
RGB
CMYK
RGB Variations
Color information
#9F14BC (or 0x9F14BC) is known color: Dark Violet. HEX triplet: 9F, 14 and BC. RGB value is (159,20,188). Sum of RGB (Red+Green+Blue) = 159+20+188=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14BC is #60EB43. Grayscale: #505050. Windows color (decimal): -6351684 or 12326047. OLE color: 12326047.
HSL color Cylindrical-coordinate representation of color #9F14BC: hue angle of 289.64º 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 #9F14BC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 20 | 188 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.26 |
| HSL | 289.64º | 0.81% | 0.41% | - |
| HSV(B) | 289.64º | 0.89% | 0.74% | - |
| XYZ | 23.63 | 11.5 | 48.55 | - |
| YUV | 80.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 188 | 0.15 | 0.89 | 0 | 0.26 | 289.64 | 0.81 | 0.41 |
| Hex | 9F | 14 | BC | F | 59 | 0 | 1A | 122 | 51 | 29 |
| Octal | 237 | 24 | 274 | 17 | 131 | 0 | 32 | 442 | 121 | 51 |
| Binary | 10011111 | 10100 | 10111100 | 1111 | 1011001 | 0 | 11010 | 100100010 | 1010001 | 101001 |
Color Harmonies of #9F14BC
Complementary color
Monochromatic Colors of #9F14BC
Black with #9F14BC
Text Example
Text Example
White with #9F14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14BC; }
p { color: rgb(159,20,188); }
H1.HeaderClassName
{
color: #9F14BC;
}
.AnyTagClassName
{
color: #9F14BC;
}
</style>
background-color css
<style>
a { background-color: #9F14BC; }
a { background-color: rgb(159,20,188); }
div.DivClassName
{
background-color: #9F14BC;
}
.BgClassName
{
background-color: #9F14BC;
}
</style>
border-color css
<style>
span { border-color: #9F14BC; }
span { border-color: rgb(159,20,188); }
td.TdClassName
{
border-color: #9F14BC;
}
.TagClassName
{
border-color: #9F14BC;
}
</style>