Shades of Blue Violet #9529FF
Tints of Blue Violet #9529FF
RGB
CMYK
RGB Variations
Color information
#9529FF (or 0x9529FF) is known color: Blue Violet. HEX triplet: 95, 29 and FF. RGB value is (149,41,255). Sum of RGB (Red+Green+Blue) = 149+41+255=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #9529FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529FF is #6AD600. Grayscale: #606060. Windows color (decimal): -7001601 or 16722325. OLE color: 16722325.
HSL color Cylindrical-coordinate representation of color #9529FF: hue angle of 270.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9529FF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 41 | 255 | - |
| CMYK | 0.42 | 0.84 | 0 | 0 |
| HSL | 270.28º | 1% | 0.58% | - |
| HSV(B) | 270.28º | 0.84% | 1% | - |
| XYZ | 31.24 | 15.2 | 95.89 | - |
| YUV | 97.69 | 216.78 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 255 | 0.42 | 0.84 | 0 | 0 | 270.28 | 1 | 0.58 |
| Hex | 95 | 29 | FF | 2A | 54 | 0 | 0 | 10E | 64 | 3A |
| Octal | 225 | 51 | 377 | 52 | 124 | 0 | 0 | 416 | 144 | 72 |
| Binary | 10010101 | 101001 | 11111111 | 101010 | 1010100 | 0 | 0 | 100001110 | 1100100 | 111010 |
Color Harmonies of #9529FF
Complementary color
Monochromatic Colors of #9529FF
Black with #9529FF
Text Example
Text Example
White with #9529FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529FF; }
p { color: rgb(149,41,255); }
H1.HeaderClassName
{
color: #9529FF;
}
.AnyTagClassName
{
color: #9529FF;
}
</style>
background-color css
<style>
a { background-color: #9529FF; }
a { background-color: rgb(149,41,255); }
div.DivClassName
{
background-color: #9529FF;
}
.BgClassName
{
background-color: #9529FF;
}
</style>
border-color css
<style>
span { border-color: #9529FF; }
span { border-color: rgb(149,41,255); }
td.TdClassName
{
border-color: #9529FF;
}
.TagClassName
{
border-color: #9529FF;
}
</style>