Shades of Vivid Violet #9F3599
Tints of Vivid Violet #9F3599
RGB
CMYK
RGB Variations
Color information
#9F3599 (or 0x9F3599) is known color: Vivid Violet. HEX triplet: 9F, 35 and 99. RGB value is (159,53,153). Sum of RGB (Red+Green+Blue) = 159+53+153=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3599 is #60CA66. Grayscale: #5F5F5F. Windows color (decimal): -6343271 or 10040735. OLE color: 10040735.
HSL color Cylindrical-coordinate representation of color #9F3599: hue angle of 303.4º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3599 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 153 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.38 |
| HSL | 303.4º | 0.5% | 0.42% | - |
| HSV(B) | 303.4º | 0.67% | 0.62% | - |
| XYZ | 21.32 | 12.22 | 31.37 | - |
| YUV | 96.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 153 | 0 | 0.67 | 0.04 | 0.38 | 303.4 | 0.5 | 0.42 |
| Hex | 9F | 35 | 99 | 0 | 43 | 4 | 26 | 12F | 32 | 2A |
| Octal | 237 | 65 | 231 | 0 | 103 | 4 | 46 | 457 | 62 | 52 |
| Binary | 10011111 | 110101 | 10011001 | 0 | 1000011 | 100 | 100110 | 100101111 | 110010 | 101010 |
Color Harmonies of #9F3599
Complementary color
Monochromatic Colors of #9F3599
Black with #9F3599
Text Example
Text Example
White with #9F3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3599; }
p { color: rgb(159,53,153); }
H1.HeaderClassName
{
color: #9F3599;
}
.AnyTagClassName
{
color: #9F3599;
}
</style>
background-color css
<style>
a { background-color: #9F3599; }
a { background-color: rgb(159,53,153); }
div.DivClassName
{
background-color: #9F3599;
}
.BgClassName
{
background-color: #9F3599;
}
</style>
border-color css
<style>
span { border-color: #9F3599; }
span { border-color: rgb(159,53,153); }
td.TdClassName
{
border-color: #9F3599;
}
.TagClassName
{
border-color: #9F3599;
}
</style>