Shades of Vivid Violet #9F2699
Tints of Vivid Violet #9F2699
RGB
CMYK
RGB Variations
Color information
#9F2699 (or 0x9F2699) is known color: Vivid Violet. HEX triplet: 9F, 26 and 99. RGB value is (159,38,153). Sum of RGB (Red+Green+Blue) = 159+38+153=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2699 is #60D966. Grayscale: #565656. Windows color (decimal): -6347111 or 10036895. OLE color: 10036895.
HSL color Cylindrical-coordinate representation of color #9F2699: hue angle of 302.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2699 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 153 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.38 |
| HSL | 302.98º | 0.61% | 0.39% | - |
| HSV(B) | 302.98º | 0.76% | 0.62% | - |
| XYZ | 20.74 | 11.06 | 31.18 | - |
| YUV | 87.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 153 | 0 | 0.76 | 0.04 | 0.38 | 302.98 | 0.61 | 0.39 |
| Hex | 9F | 26 | 99 | 0 | 4C | 4 | 26 | 12F | 3D | 27 |
| Octal | 237 | 46 | 231 | 0 | 114 | 4 | 46 | 457 | 75 | 47 |
| Binary | 10011111 | 100110 | 10011001 | 0 | 1001100 | 100 | 100110 | 100101111 | 111101 | 100111 |
Color Harmonies of #9F2699
Complementary color
Monochromatic Colors of #9F2699
Black with #9F2699
Text Example
Text Example
White with #9F2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2699; }
p { color: rgb(159,38,153); }
H1.HeaderClassName
{
color: #9F2699;
}
.AnyTagClassName
{
color: #9F2699;
}
</style>
background-color css
<style>
a { background-color: #9F2699; }
a { background-color: rgb(159,38,153); }
div.DivClassName
{
background-color: #9F2699;
}
.BgClassName
{
background-color: #9F2699;
}
</style>
border-color css
<style>
span { border-color: #9F2699; }
span { border-color: rgb(159,38,153); }
td.TdClassName
{
border-color: #9F2699;
}
.TagClassName
{
border-color: #9F2699;
}
</style>