Shades of Vivid Violet #9A249F
Tints of Vivid Violet #9A249F
RGB
CMYK
RGB Variations
Color information
#9A249F (or 0x9A249F) is known color: Vivid Violet. HEX triplet: 9A, 24 and 9F. RGB value is (154,36,159). Sum of RGB (Red+Green+Blue) = 154+36+159=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A249F is #65DB60. Grayscale: #545454. Windows color (decimal): -6675297 or 10429594. OLE color: 10429594.
HSL color Cylindrical-coordinate representation of color #9A249F: hue angle of 297.56º degrees, saturation: 0.63, 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 #9A249F is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 36 | 159 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.38 |
| HSL | 297.56º | 0.63% | 0.38% | - |
| HSV(B) | 297.56º | 0.77% | 0.62% | - |
| XYZ | 20.22 | 10.63 | 33.79 | - |
| YUV | 85.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 159 | 0.03 | 0.77 | 0 | 0.38 | 297.56 | 0.63 | 0.38 |
| Hex | 9A | 24 | 9F | 3 | 4D | 0 | 26 | 12A | 3F | 26 |
| Octal | 232 | 44 | 237 | 3 | 115 | 0 | 46 | 452 | 77 | 46 |
| Binary | 10011010 | 100100 | 10011111 | 11 | 1001101 | 0 | 100110 | 100101010 | 111111 | 100110 |
Color Harmonies of #9A249F
Complementary color
Monochromatic Colors of #9A249F
Black with #9A249F
Text Example
Text Example
White with #9A249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A249F; }
p { color: rgb(154,36,159); }
H1.HeaderClassName
{
color: #9A249F;
}
.AnyTagClassName
{
color: #9A249F;
}
</style>
background-color css
<style>
a { background-color: #9A249F; }
a { background-color: rgb(154,36,159); }
div.DivClassName
{
background-color: #9A249F;
}
.BgClassName
{
background-color: #9A249F;
}
</style>
border-color css
<style>
span { border-color: #9A249F; }
span { border-color: rgb(154,36,159); }
td.TdClassName
{
border-color: #9A249F;
}
.TagClassName
{
border-color: #9A249F;
}
</style>