Shades of Blue Violet #9528EB
Tints of Blue Violet #9528EB
RGB
CMYK
RGB Variations
Color information
#9528EB (or 0x9528EB) is known color: Blue Violet. HEX triplet: 95, 28 and EB. RGB value is (149,40,235). Sum of RGB (Red+Green+Blue) = 149+40+235=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #9528EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9528EB is #6AD714. Grayscale: #5E5E5E. Windows color (decimal): -7001877 or 15411349. OLE color: 15411349.
HSL color Cylindrical-coordinate representation of color #9528EB: hue angle of 273.54º 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 #9528EB is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 40 | 235 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.08 |
| HSL | 273.54º | 0.83% | 0.54% | - |
| HSV(B) | 273.54º | 0.83% | 0.92% | - |
| XYZ | 28.15 | 13.91 | 79.8 | - |
| YUV | 94.82 | 207.11 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 235 | 0.37 | 0.83 | 0 | 0.08 | 273.54 | 0.83 | 0.54 |
| Hex | 95 | 28 | EB | 25 | 53 | 0 | 8 | 112 | 53 | 36 |
| Octal | 225 | 50 | 353 | 45 | 123 | 0 | 10 | 422 | 123 | 66 |
| Binary | 10010101 | 101000 | 11101011 | 100101 | 1010011 | 0 | 1000 | 100010010 | 1010011 | 110110 |
Color Harmonies of #9528EB
Complementary color
Monochromatic Colors of #9528EB
Black with #9528EB
Text Example
Text Example
White with #9528EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528EB; }
p { color: rgb(149,40,235); }
H1.HeaderClassName
{
color: #9528EB;
}
.AnyTagClassName
{
color: #9528EB;
}
</style>
background-color css
<style>
a { background-color: #9528EB; }
a { background-color: rgb(149,40,235); }
div.DivClassName
{
background-color: #9528EB;
}
.BgClassName
{
background-color: #9528EB;
}
</style>
border-color css
<style>
span { border-color: #9528EB; }
span { border-color: rgb(149,40,235); }
td.TdClassName
{
border-color: #9528EB;
}
.TagClassName
{
border-color: #9528EB;
}
</style>