Shades of Vivid Violet #9F2D95
Tints of Vivid Violet #9F2D95
RGB
CMYK
RGB Variations
Color information
#9F2D95 (or 0x9F2D95) is known color: Vivid Violet. HEX triplet: 9F, 2D and 95. RGB value is (159,45,149). Sum of RGB (Red+Green+Blue) = 159+45+149=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D95 is #60D26A. Grayscale: #5A5A5A. Windows color (decimal): -6345323 or 9776543. OLE color: 9776543.
HSL color Cylindrical-coordinate representation of color #9F2D95: hue angle of 305.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D95 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 149 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.38 |
| HSL | 305.26º | 0.56% | 0.4% | - |
| HSV(B) | 305.26º | 0.72% | 0.62% | - |
| XYZ | 20.66 | 11.42 | 29.55 | - |
| YUV | 90.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 149 | 0 | 0.72 | 0.06 | 0.38 | 305.26 | 0.56 | 0.4 |
| Hex | 9F | 2D | 95 | 0 | 48 | 6 | 26 | 131 | 38 | 28 |
| Octal | 237 | 55 | 225 | 0 | 110 | 6 | 46 | 461 | 70 | 50 |
| Binary | 10011111 | 101101 | 10010101 | 0 | 1001000 | 110 | 100110 | 100110001 | 111000 | 101000 |
Color Harmonies of #9F2D95
Complementary color
Monochromatic Colors of #9F2D95
Black with #9F2D95
Text Example
Text Example
White with #9F2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D95; }
p { color: rgb(159,45,149); }
H1.HeaderClassName
{
color: #9F2D95;
}
.AnyTagClassName
{
color: #9F2D95;
}
</style>
background-color css
<style>
a { background-color: #9F2D95; }
a { background-color: rgb(159,45,149); }
div.DivClassName
{
background-color: #9F2D95;
}
.BgClassName
{
background-color: #9F2D95;
}
</style>
border-color css
<style>
span { border-color: #9F2D95; }
span { border-color: rgb(159,45,149); }
td.TdClassName
{
border-color: #9F2D95;
}
.TagClassName
{
border-color: #9F2D95;
}
</style>