Shades of Vivid Violet #9F239A
Tints of Vivid Violet #9F239A
RGB
CMYK
RGB Variations
Color information
#9F239A (or 0x9F239A) is known color: Vivid Violet. HEX triplet: 9F, 23 and 9A. RGB value is (159,35,154). Sum of RGB (Red+Green+Blue) = 159+35+154=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F239A is #60DC65. Grayscale: #555555. Windows color (decimal): -6347878 or 10101663. OLE color: 10101663.
HSL color Cylindrical-coordinate representation of color #9F239A: hue angle of 302.42º 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 #9F239A is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 154 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.38 |
| HSL | 302.42º | 0.64% | 0.38% | - |
| HSV(B) | 302.42º | 0.78% | 0.62% | - |
| XYZ | 20.73 | 10.91 | 31.58 | - |
| YUV | 85.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 154 | 0 | 0.78 | 0.03 | 0.38 | 302.42 | 0.64 | 0.38 |
| Hex | 9F | 23 | 9A | 0 | 4E | 3 | 26 | 12E | 40 | 26 |
| Octal | 237 | 43 | 232 | 0 | 116 | 3 | 46 | 456 | 100 | 46 |
| Binary | 10011111 | 100011 | 10011010 | 0 | 1001110 | 11 | 100110 | 100101110 | 1000000 | 100110 |
Color Harmonies of #9F239A
Complementary color
Monochromatic Colors of #9F239A
Black with #9F239A
Text Example
Text Example
White with #9F239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F239A; }
p { color: rgb(159,35,154); }
H1.HeaderClassName
{
color: #9F239A;
}
.AnyTagClassName
{
color: #9F239A;
}
</style>
background-color css
<style>
a { background-color: #9F239A; }
a { background-color: rgb(159,35,154); }
div.DivClassName
{
background-color: #9F239A;
}
.BgClassName
{
background-color: #9F239A;
}
</style>
border-color css
<style>
span { border-color: #9F239A; }
span { border-color: rgb(159,35,154); }
td.TdClassName
{
border-color: #9F239A;
}
.TagClassName
{
border-color: #9F239A;
}
</style>