Shades of Dark Violet #9F14BE
Tints of Dark Violet #9F14BE
RGB
CMYK
RGB Variations
Color information
#9F14BE (or 0x9F14BE) is known color: Dark Violet. HEX triplet: 9F, 14 and BE. RGB value is (159,20,190). Sum of RGB (Red+Green+Blue) = 159+20+190=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14BE is #60EB41. Grayscale: #505050. Windows color (decimal): -6351682 or 12457119. OLE color: 12457119.
HSL color Cylindrical-coordinate representation of color #9F14BE: hue angle of 289.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F14BE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 20 | 190 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.25 |
| HSL | 289.06º | 0.81% | 0.41% | - |
| HSV(B) | 289.06º | 0.89% | 0.75% | - |
| XYZ | 23.84 | 11.59 | 49.7 | - |
| YUV | 80.94 | 189.55 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 190 | 0.16 | 0.89 | 0 | 0.25 | 289.06 | 0.81 | 0.41 |
| Hex | 9F | 14 | BE | 10 | 59 | 0 | 19 | 121 | 51 | 29 |
| Octal | 237 | 24 | 276 | 20 | 131 | 0 | 31 | 441 | 121 | 51 |
| Binary | 10011111 | 10100 | 10111110 | 10000 | 1011001 | 0 | 11001 | 100100001 | 1010001 | 101001 |
Color Harmonies of #9F14BE
Complementary color
Monochromatic Colors of #9F14BE
Black with #9F14BE
Text Example
Text Example
White with #9F14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14BE; }
p { color: rgb(159,20,190); }
H1.HeaderClassName
{
color: #9F14BE;
}
.AnyTagClassName
{
color: #9F14BE;
}
</style>
background-color css
<style>
a { background-color: #9F14BE; }
a { background-color: rgb(159,20,190); }
div.DivClassName
{
background-color: #9F14BE;
}
.BgClassName
{
background-color: #9F14BE;
}
</style>
border-color css
<style>
span { border-color: #9F14BE; }
span { border-color: rgb(159,20,190); }
td.TdClassName
{
border-color: #9F14BE;
}
.TagClassName
{
border-color: #9F14BE;
}
</style>