Shades of Dark Violet #9F13D8
Tints of Dark Violet #9F13D8
RGB
CMYK
RGB Variations
Color information
#9F13D8 (or 0x9F13D8) is known color: Dark Violet. HEX triplet: 9F, 13 and D8. RGB value is (159,19,216). Sum of RGB (Red+Green+Blue) = 159+19+216=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F13D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F13D8 is #60EC27. Grayscale: #525252. Windows color (decimal): -6351912 or 14160799. OLE color: 14160799.
HSL color Cylindrical-coordinate representation of color #9F13D8: hue angle of 282.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F13D8 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 19 | 216 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.15 |
| HSL | 282.64º | 0.84% | 0.46% | - |
| HSV(B) | 282.64º | 0.91% | 0.85% | - |
| XYZ | 26.93 | 12.79 | 66.02 | - |
| YUV | 83.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 216 | 0.26 | 0.91 | 0 | 0.15 | 282.64 | 0.84 | 0.46 |
| Hex | 9F | 13 | D8 | 1A | 5B | 0 | F | 11B | 54 | 2E |
| Octal | 237 | 23 | 330 | 32 | 133 | 0 | 17 | 433 | 124 | 56 |
| Binary | 10011111 | 10011 | 11011000 | 11010 | 1011011 | 0 | 1111 | 100011011 | 1010100 | 101110 |
Color Harmonies of #9F13D8
Complementary color
Monochromatic Colors of #9F13D8
Black with #9F13D8
Text Example
Text Example
White with #9F13D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F13D8; }
p { color: rgb(159,19,216); }
H1.HeaderClassName
{
color: #9F13D8;
}
.AnyTagClassName
{
color: #9F13D8;
}
</style>
background-color css
<style>
a { background-color: #9F13D8; }
a { background-color: rgb(159,19,216); }
div.DivClassName
{
background-color: #9F13D8;
}
.BgClassName
{
background-color: #9F13D8;
}
</style>
border-color css
<style>
span { border-color: #9F13D8; }
span { border-color: rgb(159,19,216); }
td.TdClassName
{
border-color: #9F13D8;
}
.TagClassName
{
border-color: #9F13D8;
}
</style>