Shades of Blue Violet #9525FE
Tints of Blue Violet #9525FE
RGB
CMYK
RGB Variations
Color information
#9525FE (or 0x9525FE) is known color: Blue Violet. HEX triplet: 95, 25 and FE. RGB value is (149,37,254). Sum of RGB (Red+Green+Blue) = 149+37+254=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #9525FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9525FE is #6ADA01. Grayscale: #5E5E5E. Windows color (decimal): -7002626 or 16655765. OLE color: 16655765.
HSL color Cylindrical-coordinate representation of color #9525FE: hue angle of 270.97º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9525FE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 37 | 254 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.00 |
| HSL | 270.97º | 0.99% | 0.57% | - |
| HSV(B) | 270.97º | 0.85% | 1% | - |
| XYZ | 30.95 | 14.87 | 95 | - |
| YUV | 95.23 | 217.61 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 254 | 0.41 | 0.85 | 0 | 0.00 | 270.97 | 0.99 | 0.57 |
| Hex | 95 | 25 | FE | 29 | 55 | 0 | 0 | 10F | 63 | 39 |
| Octal | 225 | 45 | 376 | 51 | 125 | 0 | 0 | 417 | 143 | 71 |
| Binary | 10010101 | 100101 | 11111110 | 101001 | 1010101 | 0 | 0 | 100001111 | 1100011 | 111001 |
Color Harmonies of #9525FE
Complementary color
Monochromatic Colors of #9525FE
Black with #9525FE
Text Example
Text Example
White with #9525FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9525FE; }
p { color: rgb(149,37,254); }
H1.HeaderClassName
{
color: #9525FE;
}
.AnyTagClassName
{
color: #9525FE;
}
</style>
background-color css
<style>
a { background-color: #9525FE; }
a { background-color: rgb(149,37,254); }
div.DivClassName
{
background-color: #9525FE;
}
.BgClassName
{
background-color: #9525FE;
}
</style>
border-color css
<style>
span { border-color: #9525FE; }
span { border-color: rgb(149,37,254); }
td.TdClassName
{
border-color: #9525FE;
}
.TagClassName
{
border-color: #9525FE;
}
</style>