Shades of Vivid Violet #9F259B
Tints of Vivid Violet #9F259B
RGB
CMYK
RGB Variations
Color information
#9F259B (or 0x9F259B) is known color: Vivid Violet. HEX triplet: 9F, 25 and 9B. RGB value is (159,37,155). Sum of RGB (Red+Green+Blue) = 159+37+155=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F259B is #60DA64. Grayscale: #565656. Windows color (decimal): -6347365 or 10167711. OLE color: 10167711.
HSL color Cylindrical-coordinate representation of color #9F259B: hue angle of 301.97º 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 #9F259B is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 155 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.38 |
| HSL | 301.97º | 0.62% | 0.38% | - |
| HSV(B) | 301.97º | 0.77% | 0.62% | - |
| XYZ | 20.88 | 11.06 | 32.04 | - |
| YUV | 86.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 155 | 0 | 0.77 | 0.03 | 0.38 | 301.97 | 0.62 | 0.38 |
| Hex | 9F | 25 | 9B | 0 | 4D | 3 | 26 | 12E | 3E | 26 |
| Octal | 237 | 45 | 233 | 0 | 115 | 3 | 46 | 456 | 76 | 46 |
| Binary | 10011111 | 100101 | 10011011 | 0 | 1001101 | 11 | 100110 | 100101110 | 111110 | 100110 |
Color Harmonies of #9F259B
Complementary color
Monochromatic Colors of #9F259B
Black with #9F259B
Text Example
Text Example
White with #9F259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F259B; }
p { color: rgb(159,37,155); }
H1.HeaderClassName
{
color: #9F259B;
}
.AnyTagClassName
{
color: #9F259B;
}
</style>
background-color css
<style>
a { background-color: #9F259B; }
a { background-color: rgb(159,37,155); }
div.DivClassName
{
background-color: #9F259B;
}
.BgClassName
{
background-color: #9F259B;
}
</style>
border-color css
<style>
span { border-color: #9F259B; }
span { border-color: rgb(159,37,155); }
td.TdClassName
{
border-color: #9F259B;
}
.TagClassName
{
border-color: #9F259B;
}
</style>