Shades of Vivid Violet #9F259C
Tints of Vivid Violet #9F259C
RGB
CMYK
RGB Variations
Color information
#9F259C (or 0x9F259C) is known color: Vivid Violet. HEX triplet: 9F, 25 and 9C. RGB value is (159,37,156). Sum of RGB (Red+Green+Blue) = 159+37+156=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F259C is #60DA63. Grayscale: #565656. Windows color (decimal): -6347364 or 10233247. OLE color: 10233247.
HSL color Cylindrical-coordinate representation of color #9F259C: hue angle of 301.48º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F259C is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 156 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.38 |
| HSL | 301.48º | 0.62% | 0.38% | - |
| HSV(B) | 301.48º | 0.77% | 0.62% | - |
| XYZ | 20.96 | 11.09 | 32.49 | - |
| YUV | 87.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 156 | 0 | 0.77 | 0.02 | 0.38 | 301.48 | 0.62 | 0.38 |
| Hex | 9F | 25 | 9C | 0 | 4D | 2 | 26 | 12D | 3E | 26 |
| Octal | 237 | 45 | 234 | 0 | 115 | 2 | 46 | 455 | 76 | 46 |
| Binary | 10011111 | 100101 | 10011100 | 0 | 1001101 | 10 | 100110 | 100101101 | 111110 | 100110 |
Color Harmonies of #9F259C
Complementary color
Monochromatic Colors of #9F259C
Black with #9F259C
Text Example
Text Example
White with #9F259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F259C; }
p { color: rgb(159,37,156); }
H1.HeaderClassName
{
color: #9F259C;
}
.AnyTagClassName
{
color: #9F259C;
}
</style>
background-color css
<style>
a { background-color: #9F259C; }
a { background-color: rgb(159,37,156); }
div.DivClassName
{
background-color: #9F259C;
}
.BgClassName
{
background-color: #9F259C;
}
</style>
border-color css
<style>
span { border-color: #9F259C; }
span { border-color: rgb(159,37,156); }
td.TdClassName
{
border-color: #9F259C;
}
.TagClassName
{
border-color: #9F259C;
}
</style>