Shades of Dark Violet #9F13BE
Tints of Dark Violet #9F13BE
RGB
CMYK
RGB Variations
Color information
#9F13BE (or 0x9F13BE) is known color: Dark Violet. HEX triplet: 9F, 13 and BE. RGB value is (159,19,190). Sum of RGB (Red+Green+Blue) = 159+19+190=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F13BE is #60EC41. Grayscale: #4F4F4F. Windows color (decimal): -6351938 or 12456863. OLE color: 12456863.
HSL color Cylindrical-coordinate representation of color #9F13BE: hue angle of 289.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F13BE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 19 | 190 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.25 |
| HSL | 289.12º | 0.82% | 0.41% | - |
| HSV(B) | 289.12º | 0.9% | 0.75% | - |
| XYZ | 23.83 | 11.55 | 49.69 | - |
| YUV | 80.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 190 | 0.16 | 0.90 | 0 | 0.25 | 289.12 | 0.82 | 0.41 |
| Hex | 9F | 13 | BE | 10 | 5A | 0 | 19 | 121 | 52 | 29 |
| Octal | 237 | 23 | 276 | 20 | 132 | 0 | 31 | 441 | 122 | 51 |
| Binary | 10011111 | 10011 | 10111110 | 10000 | 1011010 | 0 | 11001 | 100100001 | 1010010 | 101001 |
Color Harmonies of #9F13BE
Complementary color
Monochromatic Colors of #9F13BE
Black with #9F13BE
Text Example
Text Example
White with #9F13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F13BE; }
p { color: rgb(159,19,190); }
H1.HeaderClassName
{
color: #9F13BE;
}
.AnyTagClassName
{
color: #9F13BE;
}
</style>
background-color css
<style>
a { background-color: #9F13BE; }
a { background-color: rgb(159,19,190); }
div.DivClassName
{
background-color: #9F13BE;
}
.BgClassName
{
background-color: #9F13BE;
}
</style>
border-color css
<style>
span { border-color: #9F13BE; }
span { border-color: rgb(159,19,190); }
td.TdClassName
{
border-color: #9F13BE;
}
.TagClassName
{
border-color: #9F13BE;
}
</style>