Shades of Vivid Violet #9F289C
Tints of Vivid Violet #9F289C
RGB
CMYK
RGB Variations
Color information
#9F289C (or 0x9F289C) is known color: Vivid Violet. HEX triplet: 9F, 28 and 9C. RGB value is (159,40,156). Sum of RGB (Red+Green+Blue) = 159+40+156=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F289C is #60D763. Grayscale: #585858. Windows color (decimal): -6346596 or 10234015. OLE color: 10234015.
HSL color Cylindrical-coordinate representation of color #9F289C: hue angle of 301.51º 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 #9F289C is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 156 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.38 |
| HSL | 301.51º | 0.6% | 0.39% | - |
| HSV(B) | 301.51º | 0.75% | 0.62% | - |
| XYZ | 21.06 | 11.29 | 32.52 | - |
| YUV | 88.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 156 | 0 | 0.75 | 0.02 | 0.38 | 301.51 | 0.6 | 0.39 |
| Hex | 9F | 28 | 9C | 0 | 4B | 2 | 26 | 12E | 3C | 27 |
| Octal | 237 | 50 | 234 | 0 | 113 | 2 | 46 | 456 | 74 | 47 |
| Binary | 10011111 | 101000 | 10011100 | 0 | 1001011 | 10 | 100110 | 100101110 | 111100 | 100111 |
Color Harmonies of #9F289C
Complementary color
Monochromatic Colors of #9F289C
Black with #9F289C
Text Example
Text Example
White with #9F289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F289C; }
p { color: rgb(159,40,156); }
H1.HeaderClassName
{
color: #9F289C;
}
.AnyTagClassName
{
color: #9F289C;
}
</style>
background-color css
<style>
a { background-color: #9F289C; }
a { background-color: rgb(159,40,156); }
div.DivClassName
{
background-color: #9F289C;
}
.BgClassName
{
background-color: #9F289C;
}
</style>
border-color css
<style>
span { border-color: #9F289C; }
span { border-color: rgb(159,40,156); }
td.TdClassName
{
border-color: #9F289C;
}
.TagClassName
{
border-color: #9F289C;
}
</style>