Shades of Blue Violet #9529E8
Tints of Blue Violet #9529E8
RGB
CMYK
RGB Variations
Color information
#9529E8 (or 0x9529E8) is known color: Blue Violet. HEX triplet: 95, 29 and E8. RGB value is (149,41,232). Sum of RGB (Red+Green+Blue) = 149+41+232=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #9529E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529E8 is #6AD617. Grayscale: #5E5E5E. Windows color (decimal): -7001624 or 15214997. OLE color: 15214997.
HSL color Cylindrical-coordinate representation of color #9529E8: hue angle of 273.93º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9529E8 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 41 | 232 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.09 |
| HSL | 273.93º | 0.81% | 0.54% | - |
| HSV(B) | 273.93º | 0.82% | 0.91% | - |
| XYZ | 27.75 | 13.8 | 77.55 | - |
| YUV | 95.07 | 205.28 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 232 | 0.36 | 0.82 | 0 | 0.09 | 273.93 | 0.81 | 0.54 |
| Hex | 95 | 29 | E8 | 24 | 52 | 0 | 9 | 112 | 51 | 36 |
| Octal | 225 | 51 | 350 | 44 | 122 | 0 | 11 | 422 | 121 | 66 |
| Binary | 10010101 | 101001 | 11101000 | 100100 | 1010010 | 0 | 1001 | 100010010 | 1010001 | 110110 |
Color Harmonies of #9529E8
Complementary color
Monochromatic Colors of #9529E8
Black with #9529E8
Text Example
Text Example
White with #9529E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529E8; }
p { color: rgb(149,41,232); }
H1.HeaderClassName
{
color: #9529E8;
}
.AnyTagClassName
{
color: #9529E8;
}
</style>
background-color css
<style>
a { background-color: #9529E8; }
a { background-color: rgb(149,41,232); }
div.DivClassName
{
background-color: #9529E8;
}
.BgClassName
{
background-color: #9529E8;
}
</style>
border-color css
<style>
span { border-color: #9529E8; }
span { border-color: rgb(149,41,232); }
td.TdClassName
{
border-color: #9529E8;
}
.TagClassName
{
border-color: #9529E8;
}
</style>