Shades of Blue Violet #9529EB
Tints of Blue Violet #9529EB
RGB
CMYK
RGB Variations
Color information
#9529EB (or 0x9529EB) is known color: Blue Violet. HEX triplet: 95, 29 and EB. RGB value is (149,41,235). Sum of RGB (Red+Green+Blue) = 149+41+235=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 41 (16.41% from 255 or 9.65% 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 #9529EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529EB is #6AD614. Grayscale: #5E5E5E. Windows color (decimal): -7001621 or 15411605. OLE color: 15411605.
HSL color Cylindrical-coordinate representation of color #9529EB: hue angle of 273.4º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9529EB is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 41 | 235 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.08 |
| HSL | 273.4º | 0.83% | 0.54% | - |
| HSV(B) | 273.4º | 0.83% | 0.92% | - |
| XYZ | 28.18 | 13.97 | 79.81 | - |
| YUV | 95.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 235 | 0.37 | 0.83 | 0 | 0.08 | 273.4 | 0.83 | 0.54 |
| Hex | 95 | 29 | EB | 25 | 53 | 0 | 8 | 111 | 53 | 36 |
| Octal | 225 | 51 | 353 | 45 | 123 | 0 | 10 | 421 | 123 | 66 |
| Binary | 10010101 | 101001 | 11101011 | 100101 | 1010011 | 0 | 1000 | 100010001 | 1010011 | 110110 |
Color Harmonies of #9529EB
Complementary color
Monochromatic Colors of #9529EB
Black with #9529EB
Text Example
Text Example
White with #9529EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529EB; }
p { color: rgb(149,41,235); }
H1.HeaderClassName
{
color: #9529EB;
}
.AnyTagClassName
{
color: #9529EB;
}
</style>
background-color css
<style>
a { background-color: #9529EB; }
a { background-color: rgb(149,41,235); }
div.DivClassName
{
background-color: #9529EB;
}
.BgClassName
{
background-color: #9529EB;
}
</style>
border-color css
<style>
span { border-color: #9529EB; }
span { border-color: rgb(149,41,235); }
td.TdClassName
{
border-color: #9529EB;
}
.TagClassName
{
border-color: #9529EB;
}
</style>