Shades of Vivid Violet #9F359F
Tints of Vivid Violet #9F359F
RGB
CMYK
RGB Variations
Color information
#9F359F (or 0x9F359F) is known color: Vivid Violet. HEX triplet: 9F, 35 and 9F. RGB value is (159,53,159). Sum of RGB (Red+Green+Blue) = 159+53+159=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F359F is #60CA60. Grayscale: #606060. Windows color (decimal): -6343265 or 10433951. OLE color: 10433951.
HSL color Cylindrical-coordinate representation of color #9F359F: hue angle of 300º 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 #9F359F is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 159 | - |
| CMYK | 0 | 0.67 | 0 | 0.38 |
| HSL | 300º | 0.5% | 0.42% | - |
| HSV(B) | 300º | 0.67% | 0.62% | - |
| XYZ | 21.83 | 12.42 | 34.05 | - |
| YUV | 96.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 159 | 0 | 0.67 | 0 | 0.38 | 300 | 0.5 | 0.42 |
| Hex | 9F | 35 | 9F | 0 | 43 | 0 | 26 | 12C | 32 | 2A |
| Octal | 237 | 65 | 237 | 0 | 103 | 0 | 46 | 454 | 62 | 52 |
| Binary | 10011111 | 110101 | 10011111 | 0 | 1000011 | 0 | 100110 | 100101100 | 110010 | 101010 |
Color Harmonies of #9F359F
Complementary color
Monochromatic Colors of #9F359F
Black with #9F359F
Text Example
Text Example
White with #9F359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F359F; }
p { color: rgb(159,53,159); }
H1.HeaderClassName
{
color: #9F359F;
}
.AnyTagClassName
{
color: #9F359F;
}
</style>
background-color css
<style>
a { background-color: #9F359F; }
a { background-color: rgb(159,53,159); }
div.DivClassName
{
background-color: #9F359F;
}
.BgClassName
{
background-color: #9F359F;
}
</style>
border-color css
<style>
span { border-color: #9F359F; }
span { border-color: rgb(159,53,159); }
td.TdClassName
{
border-color: #9F359F;
}
.TagClassName
{
border-color: #9F359F;
}
</style>