Shades of Blue Violet #9525FA
Tints of Blue Violet #9525FA
RGB
CMYK
RGB Variations
Color information
#9525FA (or 0x9525FA) is known color: Blue Violet. HEX triplet: 95, 25 and FA. RGB value is (149,37,250). Sum of RGB (Red+Green+Blue) = 149+37+250=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #9525FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9525FA is #6ADA05. Grayscale: #5E5E5E. Windows color (decimal): -7002630 or 16393621. OLE color: 16393621.
HSL color Cylindrical-coordinate representation of color #9525FA: hue angle of 271.55º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9525FA is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 37 | 250 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.02 |
| HSL | 271.55º | 0.96% | 0.56% | - |
| HSV(B) | 271.55º | 0.85% | 0.98% | - |
| XYZ | 30.31 | 14.61 | 91.67 | - |
| YUV | 94.77 | 215.61 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 250 | 0.40 | 0.85 | 0 | 0.02 | 271.55 | 0.96 | 0.56 |
| Hex | 95 | 25 | FA | 28 | 55 | 0 | 2 | 110 | 60 | 38 |
| Octal | 225 | 45 | 372 | 50 | 125 | 0 | 2 | 420 | 140 | 70 |
| Binary | 10010101 | 100101 | 11111010 | 101000 | 1010101 | 0 | 10 | 100010000 | 1100000 | 111000 |
Color Harmonies of #9525FA
Complementary color
Monochromatic Colors of #9525FA
Black with #9525FA
Text Example
Text Example
White with #9525FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9525FA; }
p { color: rgb(149,37,250); }
H1.HeaderClassName
{
color: #9525FA;
}
.AnyTagClassName
{
color: #9525FA;
}
</style>
background-color css
<style>
a { background-color: #9525FA; }
a { background-color: rgb(149,37,250); }
div.DivClassName
{
background-color: #9525FA;
}
.BgClassName
{
background-color: #9525FA;
}
</style>
border-color css
<style>
span { border-color: #9525FA; }
span { border-color: rgb(149,37,250); }
td.TdClassName
{
border-color: #9525FA;
}
.TagClassName
{
border-color: #9525FA;
}
</style>