Shades of Vivid Violet #9A259F
Tints of Vivid Violet #9A259F
RGB
CMYK
RGB Variations
Color information
#9A259F (or 0x9A259F) is known color: Vivid Violet. HEX triplet: 9A, 25 and 9F. RGB value is (154,37,159). Sum of RGB (Red+Green+Blue) = 154+37+159=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A259F is #65DA60. Grayscale: #555555. Windows color (decimal): -6675041 or 10429850. OLE color: 10429850.
HSL color Cylindrical-coordinate representation of color #9A259F: hue angle of 297.54º 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 #9A259F is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 37 | 159 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.38 |
| HSL | 297.54º | 0.62% | 0.38% | - |
| HSV(B) | 297.54º | 0.77% | 0.62% | - |
| XYZ | 20.25 | 10.7 | 33.8 | - |
| YUV | 85.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 159 | 0.03 | 0.77 | 0 | 0.38 | 297.54 | 0.62 | 0.38 |
| Hex | 9A | 25 | 9F | 3 | 4D | 0 | 26 | 12A | 3E | 26 |
| Octal | 232 | 45 | 237 | 3 | 115 | 0 | 46 | 452 | 76 | 46 |
| Binary | 10011010 | 100101 | 10011111 | 11 | 1001101 | 0 | 100110 | 100101010 | 111110 | 100110 |
Color Harmonies of #9A259F
Complementary color
Monochromatic Colors of #9A259F
Black with #9A259F
Text Example
Text Example
White with #9A259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A259F; }
p { color: rgb(154,37,159); }
H1.HeaderClassName
{
color: #9A259F;
}
.AnyTagClassName
{
color: #9A259F;
}
</style>
background-color css
<style>
a { background-color: #9A259F; }
a { background-color: rgb(154,37,159); }
div.DivClassName
{
background-color: #9A259F;
}
.BgClassName
{
background-color: #9A259F;
}
</style>
border-color css
<style>
span { border-color: #9A259F; }
span { border-color: rgb(154,37,159); }
td.TdClassName
{
border-color: #9A259F;
}
.TagClassName
{
border-color: #9A259F;
}
</style>