Shades of Vivid Violet #9F279B
Tints of Vivid Violet #9F279B
RGB
CMYK
RGB Variations
Color information
#9F279B (or 0x9F279B) is known color: Vivid Violet. HEX triplet: 9F, 27 and 9B. RGB value is (159,39,155). Sum of RGB (Red+Green+Blue) = 159+39+155=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F279B is #60D864. Grayscale: #575757. Windows color (decimal): -6346853 or 10168223. OLE color: 10168223.
HSL color Cylindrical-coordinate representation of color #9F279B: hue angle of 302º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F279B is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 155 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.38 |
| HSL | 302º | 0.61% | 0.39% | - |
| HSV(B) | 302º | 0.75% | 0.62% | - |
| XYZ | 20.94 | 11.19 | 32.07 | - |
| YUV | 88.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 155 | 0 | 0.75 | 0.03 | 0.38 | 302 | 0.61 | 0.39 |
| Hex | 9F | 27 | 9B | 0 | 4B | 3 | 26 | 12E | 3D | 27 |
| Octal | 237 | 47 | 233 | 0 | 113 | 3 | 46 | 456 | 75 | 47 |
| Binary | 10011111 | 100111 | 10011011 | 0 | 1001011 | 11 | 100110 | 100101110 | 111101 | 100111 |
Color Harmonies of #9F279B
Complementary color
Monochromatic Colors of #9F279B
Black with #9F279B
Text Example
Text Example
White with #9F279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F279B; }
p { color: rgb(159,39,155); }
H1.HeaderClassName
{
color: #9F279B;
}
.AnyTagClassName
{
color: #9F279B;
}
</style>
background-color css
<style>
a { background-color: #9F279B; }
a { background-color: rgb(159,39,155); }
div.DivClassName
{
background-color: #9F279B;
}
.BgClassName
{
background-color: #9F279B;
}
</style>
border-color css
<style>
span { border-color: #9F279B; }
span { border-color: rgb(159,39,155); }
td.TdClassName
{
border-color: #9F279B;
}
.TagClassName
{
border-color: #9F279B;
}
</style>