Shades of Blue Violet #9A24EB
Tints of Blue Violet #9A24EB
RGB
CMYK
RGB Variations
Color information
#9A24EB (or 0x9A24EB) is known color: Blue Violet. HEX triplet: 9A, 24 and EB. RGB value is (154,36,235). Sum of RGB (Red+Green+Blue) = 154+36+235=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A24EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A24EB is #65DB14. Grayscale: #5D5D5D. Windows color (decimal): -6675221 or 15410330. OLE color: 15410330.
HSL color Cylindrical-coordinate representation of color #9A24EB: hue angle of 275.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A24EB is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 36 | 235 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.08 |
| HSL | 275.58º | 0.83% | 0.53% | - |
| HSV(B) | 275.58º | 0.85% | 0.92% | - |
| XYZ | 28.95 | 14.13 | 79.8 | - |
| YUV | 93.97 | 207.59 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 235 | 0.34 | 0.85 | 0 | 0.08 | 275.58 | 0.83 | 0.53 |
| Hex | 9A | 24 | EB | 22 | 55 | 0 | 8 | 114 | 53 | 35 |
| Octal | 232 | 44 | 353 | 42 | 125 | 0 | 10 | 424 | 123 | 65 |
| Binary | 10011010 | 100100 | 11101011 | 100010 | 1010101 | 0 | 1000 | 100010100 | 1010011 | 110101 |
Color Harmonies of #9A24EB
Complementary color
Monochromatic Colors of #9A24EB
Black with #9A24EB
Text Example
Text Example
White with #9A24EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A24EB; }
p { color: rgb(154,36,235); }
H1.HeaderClassName
{
color: #9A24EB;
}
.AnyTagClassName
{
color: #9A24EB;
}
</style>
background-color css
<style>
a { background-color: #9A24EB; }
a { background-color: rgb(154,36,235); }
div.DivClassName
{
background-color: #9A24EB;
}
.BgClassName
{
background-color: #9A24EB;
}
</style>
border-color css
<style>
span { border-color: #9A24EB; }
span { border-color: rgb(154,36,235); }
td.TdClassName
{
border-color: #9A24EB;
}
.TagClassName
{
border-color: #9A24EB;
}
</style>