Shades of Vivid Violet #9F289A
Tints of Vivid Violet #9F289A
RGB
CMYK
RGB Variations
Color information
#9F289A (or 0x9F289A) is known color: Vivid Violet. HEX triplet: 9F, 28 and 9A. RGB value is (159,40,154). Sum of RGB (Red+Green+Blue) = 159+40+154=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F289A is #60D765. Grayscale: #585858. Windows color (decimal): -6346598 or 10102943. OLE color: 10102943.
HSL color Cylindrical-coordinate representation of color #9F289A: hue angle of 302.52º degrees, saturation: 0.6, 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 #9F289A is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 154 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.38 |
| HSL | 302.52º | 0.6% | 0.39% | - |
| HSV(B) | 302.52º | 0.75% | 0.62% | - |
| XYZ | 20.89 | 11.22 | 31.64 | - |
| YUV | 88.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 154 | 0 | 0.75 | 0.03 | 0.38 | 302.52 | 0.6 | 0.39 |
| Hex | 9F | 28 | 9A | 0 | 4B | 3 | 26 | 12F | 3C | 27 |
| Octal | 237 | 50 | 232 | 0 | 113 | 3 | 46 | 457 | 74 | 47 |
| Binary | 10011111 | 101000 | 10011010 | 0 | 1001011 | 11 | 100110 | 100101111 | 111100 | 100111 |
Color Harmonies of #9F289A
Complementary color
Monochromatic Colors of #9F289A
Black with #9F289A
Text Example
Text Example
White with #9F289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F289A; }
p { color: rgb(159,40,154); }
H1.HeaderClassName
{
color: #9F289A;
}
.AnyTagClassName
{
color: #9F289A;
}
</style>
background-color css
<style>
a { background-color: #9F289A; }
a { background-color: rgb(159,40,154); }
div.DivClassName
{
background-color: #9F289A;
}
.BgClassName
{
background-color: #9F289A;
}
</style>
border-color css
<style>
span { border-color: #9F289A; }
span { border-color: rgb(159,40,154); }
td.TdClassName
{
border-color: #9F289A;
}
.TagClassName
{
border-color: #9F289A;
}
</style>