Shades of Vivid Violet #9A259E
Tints of Vivid Violet #9A259E
RGB
CMYK
RGB Variations
Color information
#9A259E (or 0x9A259E) is known color: Vivid Violet. HEX triplet: 9A, 25 and 9E. RGB value is (154,37,158). Sum of RGB (Red+Green+Blue) = 154+37+158=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A259E is #65DA61. Grayscale: #555555. Windows color (decimal): -6675042 or 10364314. OLE color: 10364314.
HSL color Cylindrical-coordinate representation of color #9A259E: hue angle of 298.02º 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 #9A259E is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 37 | 158 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.38 |
| HSL | 298.02º | 0.62% | 0.38% | - |
| HSV(B) | 298.02º | 0.77% | 0.62% | - |
| XYZ | 20.16 | 10.66 | 33.34 | - |
| YUV | 85.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 158 | 0.03 | 0.77 | 0 | 0.38 | 298.02 | 0.62 | 0.38 |
| Hex | 9A | 25 | 9E | 3 | 4D | 0 | 26 | 12A | 3E | 26 |
| Octal | 232 | 45 | 236 | 3 | 115 | 0 | 46 | 452 | 76 | 46 |
| Binary | 10011010 | 100101 | 10011110 | 11 | 1001101 | 0 | 100110 | 100101010 | 111110 | 100110 |
Color Harmonies of #9A259E
Complementary color
Monochromatic Colors of #9A259E
Black with #9A259E
Text Example
Text Example
White with #9A259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A259E; }
p { color: rgb(154,37,158); }
H1.HeaderClassName
{
color: #9A259E;
}
.AnyTagClassName
{
color: #9A259E;
}
</style>
background-color css
<style>
a { background-color: #9A259E; }
a { background-color: rgb(154,37,158); }
div.DivClassName
{
background-color: #9A259E;
}
.BgClassName
{
background-color: #9A259E;
}
</style>
border-color css
<style>
span { border-color: #9A259E; }
span { border-color: rgb(154,37,158); }
td.TdClassName
{
border-color: #9A259E;
}
.TagClassName
{
border-color: #9A259E;
}
</style>