Shades of Blue Violet #9524FA
Tints of Blue Violet #9524FA
RGB
CMYK
RGB Variations
Color information
#9524FA (or 0x9524FA) is known color: Blue Violet. HEX triplet: 95, 24 and FA. RGB value is (149,36,250). Sum of RGB (Red+Green+Blue) = 149+36+250=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #9524FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9524FA is #6ADB05. Grayscale: #5D5D5D. Windows color (decimal): -7002886 or 16393365. OLE color: 16393365.
HSL color Cylindrical-coordinate representation of color #9524FA: hue angle of 271.68º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9524FA is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 36 | 250 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.02 |
| HSL | 271.68º | 0.96% | 0.56% | - |
| HSV(B) | 271.68º | 0.86% | 0.98% | - |
| XYZ | 30.28 | 14.55 | 91.66 | - |
| YUV | 94.18 | 215.94 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 250 | 0.40 | 0.86 | 0 | 0.02 | 271.68 | 0.96 | 0.56 |
| Hex | 95 | 24 | FA | 28 | 56 | 0 | 2 | 110 | 60 | 38 |
| Octal | 225 | 44 | 372 | 50 | 126 | 0 | 2 | 420 | 140 | 70 |
| Binary | 10010101 | 100100 | 11111010 | 101000 | 1010110 | 0 | 10 | 100010000 | 1100000 | 111000 |
Color Harmonies of #9524FA
Complementary color
Monochromatic Colors of #9524FA
Black with #9524FA
Text Example
Text Example
White with #9524FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9524FA; }
p { color: rgb(149,36,250); }
H1.HeaderClassName
{
color: #9524FA;
}
.AnyTagClassName
{
color: #9524FA;
}
</style>
background-color css
<style>
a { background-color: #9524FA; }
a { background-color: rgb(149,36,250); }
div.DivClassName
{
background-color: #9524FA;
}
.BgClassName
{
background-color: #9524FA;
}
</style>
border-color css
<style>
span { border-color: #9524FA; }
span { border-color: rgb(149,36,250); }
td.TdClassName
{
border-color: #9524FA;
}
.TagClassName
{
border-color: #9524FA;
}
</style>