Shades of Vivid Violet #9A24A5
Tints of Vivid Violet #9A24A5
RGB
CMYK
RGB Variations
Color information
#9A24A5 (or 0x9A24A5) is known color: Vivid Violet. HEX triplet: 9A, 24 and A5. RGB value is (154,36,165). Sum of RGB (Red+Green+Blue) = 154+36+165=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A24A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A24A5 is #65DB5A. Grayscale: #555555. Windows color (decimal): -6675291 or 10822810. OLE color: 10822810.
HSL color Cylindrical-coordinate representation of color #9A24A5: hue angle of 294.88º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A24A5 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 36 | 165 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.35 |
| HSL | 294.88º | 0.64% | 0.39% | - |
| HSV(B) | 294.88º | 0.78% | 0.65% | - |
| XYZ | 20.75 | 10.85 | 36.6 | - |
| YUV | 85.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 165 | 0.07 | 0.78 | 0 | 0.35 | 294.88 | 0.64 | 0.39 |
| Hex | 9A | 24 | A5 | 7 | 4E | 0 | 23 | 127 | 40 | 27 |
| Octal | 232 | 44 | 245 | 7 | 116 | 0 | 43 | 447 | 100 | 47 |
| Binary | 10011010 | 100100 | 10100101 | 111 | 1001110 | 0 | 100011 | 100100111 | 1000000 | 100111 |
Color Harmonies of #9A24A5
Complementary color
Monochromatic Colors of #9A24A5
Black with #9A24A5
Text Example
Text Example
White with #9A24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A24A5; }
p { color: rgb(154,36,165); }
H1.HeaderClassName
{
color: #9A24A5;
}
.AnyTagClassName
{
color: #9A24A5;
}
</style>
background-color css
<style>
a { background-color: #9A24A5; }
a { background-color: rgb(154,36,165); }
div.DivClassName
{
background-color: #9A24A5;
}
.BgClassName
{
background-color: #9A24A5;
}
</style>
border-color css
<style>
span { border-color: #9A24A5; }
span { border-color: rgb(154,36,165); }
td.TdClassName
{
border-color: #9A24A5;
}
.TagClassName
{
border-color: #9A24A5;
}
</style>