Shades of Vivid Violet #9F239C
Tints of Vivid Violet #9F239C
RGB
CMYK
RGB Variations
Color information
#9F239C (or 0x9F239C) is known color: Vivid Violet. HEX triplet: 9F, 23 and 9C. RGB value is (159,35,156). Sum of RGB (Red+Green+Blue) = 159+35+156=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F239C is #60DC63. Grayscale: #555555. Windows color (decimal): -6347876 or 10232735. OLE color: 10232735.
HSL color Cylindrical-coordinate representation of color #9F239C: hue angle of 301.45º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F239C is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 156 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.38 |
| HSL | 301.45º | 0.64% | 0.38% | - |
| HSV(B) | 301.45º | 0.78% | 0.62% | - |
| XYZ | 20.9 | 10.97 | 32.47 | - |
| YUV | 85.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 156 | 0 | 0.78 | 0.02 | 0.38 | 301.45 | 0.64 | 0.38 |
| Hex | 9F | 23 | 9C | 0 | 4E | 2 | 26 | 12D | 40 | 26 |
| Octal | 237 | 43 | 234 | 0 | 116 | 2 | 46 | 455 | 100 | 46 |
| Binary | 10011111 | 100011 | 10011100 | 0 | 1001110 | 10 | 100110 | 100101101 | 1000000 | 100110 |
Color Harmonies of #9F239C
Complementary color
Monochromatic Colors of #9F239C
Black with #9F239C
Text Example
Text Example
White with #9F239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F239C; }
p { color: rgb(159,35,156); }
H1.HeaderClassName
{
color: #9F239C;
}
.AnyTagClassName
{
color: #9F239C;
}
</style>
background-color css
<style>
a { background-color: #9F239C; }
a { background-color: rgb(159,35,156); }
div.DivClassName
{
background-color: #9F239C;
}
.BgClassName
{
background-color: #9F239C;
}
</style>
border-color css
<style>
span { border-color: #9F239C; }
span { border-color: rgb(159,35,156); }
td.TdClassName
{
border-color: #9F239C;
}
.TagClassName
{
border-color: #9F239C;
}
</style>