Shades of Vivid Violet #9F239E
Tints of Vivid Violet #9F239E
RGB
CMYK
RGB Variations
Color information
#9F239E (or 0x9F239E) is known color: Vivid Violet. HEX triplet: 9F, 23 and 9E. RGB value is (159,35,158). Sum of RGB (Red+Green+Blue) = 159+35+158=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F239E is #60DC61. Grayscale: #555555. Windows color (decimal): -6347874 or 10363807. OLE color: 10363807.
HSL color Cylindrical-coordinate representation of color #9F239E: hue angle of 300.48º 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 #9F239E is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 158 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.38 |
| HSL | 300.48º | 0.64% | 0.38% | - |
| HSV(B) | 300.48º | 0.78% | 0.62% | - |
| XYZ | 21.07 | 11.04 | 33.37 | - |
| YUV | 86.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 158 | 0 | 0.78 | 0.01 | 0.38 | 300.48 | 0.64 | 0.38 |
| Hex | 9F | 23 | 9E | 0 | 4E | 1 | 26 | 12C | 40 | 26 |
| Octal | 237 | 43 | 236 | 0 | 116 | 1 | 46 | 454 | 100 | 46 |
| Binary | 10011111 | 100011 | 10011110 | 0 | 1001110 | 1 | 100110 | 100101100 | 1000000 | 100110 |
Color Harmonies of #9F239E
Complementary color
Monochromatic Colors of #9F239E
Black with #9F239E
Text Example
Text Example
White with #9F239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F239E; }
p { color: rgb(159,35,158); }
H1.HeaderClassName
{
color: #9F239E;
}
.AnyTagClassName
{
color: #9F239E;
}
</style>
background-color css
<style>
a { background-color: #9F239E; }
a { background-color: rgb(159,35,158); }
div.DivClassName
{
background-color: #9F239E;
}
.BgClassName
{
background-color: #9F239E;
}
</style>
border-color css
<style>
span { border-color: #9F239E; }
span { border-color: rgb(159,35,158); }
td.TdClassName
{
border-color: #9F239E;
}
.TagClassName
{
border-color: #9F239E;
}
</style>