Shades of Vivid Violet #9F2997
Tints of Vivid Violet #9F2997
RGB
CMYK
RGB Variations
Color information
#9F2997 (or 0x9F2997) is known color: Vivid Violet. HEX triplet: 9F, 29 and 97. RGB value is (159,41,151). Sum of RGB (Red+Green+Blue) = 159+41+151=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2997 is #60D668. Grayscale: #585858. Windows color (decimal): -6346345 or 9906591. OLE color: 9906591.
HSL color Cylindrical-coordinate representation of color #9F2997: hue angle of 304.07º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2997 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 151 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.38 |
| HSL | 304.07º | 0.59% | 0.39% | - |
| HSV(B) | 304.07º | 0.74% | 0.62% | - |
| XYZ | 20.68 | 11.19 | 30.35 | - |
| YUV | 88.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 151 | 0 | 0.74 | 0.05 | 0.38 | 304.07 | 0.59 | 0.39 |
| Hex | 9F | 29 | 97 | 0 | 4A | 5 | 26 | 130 | 3B | 27 |
| Octal | 237 | 51 | 227 | 0 | 112 | 5 | 46 | 460 | 73 | 47 |
| Binary | 10011111 | 101001 | 10010111 | 0 | 1001010 | 101 | 100110 | 100110000 | 111011 | 100111 |
Color Harmonies of #9F2997
Complementary color
Monochromatic Colors of #9F2997
Black with #9F2997
Text Example
Text Example
White with #9F2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2997; }
p { color: rgb(159,41,151); }
H1.HeaderClassName
{
color: #9F2997;
}
.AnyTagClassName
{
color: #9F2997;
}
</style>
background-color css
<style>
a { background-color: #9F2997; }
a { background-color: rgb(159,41,151); }
div.DivClassName
{
background-color: #9F2997;
}
.BgClassName
{
background-color: #9F2997;
}
</style>
border-color css
<style>
span { border-color: #9F2997; }
span { border-color: rgb(159,41,151); }
td.TdClassName
{
border-color: #9F2997;
}
.TagClassName
{
border-color: #9F2997;
}
</style>