Shades of Blue Violet #9529FD
Tints of Blue Violet #9529FD
RGB
CMYK
RGB Variations
Color information
#9529FD (or 0x9529FD) is known color: Blue Violet. HEX triplet: 95, 29 and FD. RGB value is (149,41,253). Sum of RGB (Red+Green+Blue) = 149+41+253=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #9529FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529FD is #6AD602. Grayscale: #606060. Windows color (decimal): -7001603 or 16591253. OLE color: 16591253.
HSL color Cylindrical-coordinate representation of color #9529FD: hue angle of 270.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9529FD is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 41 | 253 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.01 |
| HSL | 270.57º | 0.98% | 0.58% | - |
| HSV(B) | 270.57º | 0.84% | 0.99% | - |
| XYZ | 30.92 | 15.07 | 94.21 | - |
| YUV | 97.46 | 215.78 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 253 | 0.41 | 0.84 | 0 | 0.01 | 270.57 | 0.98 | 0.58 |
| Hex | 95 | 29 | FD | 29 | 54 | 0 | 1 | 10F | 62 | 3A |
| Octal | 225 | 51 | 375 | 51 | 124 | 0 | 1 | 417 | 142 | 72 |
| Binary | 10010101 | 101001 | 11111101 | 101001 | 1010100 | 0 | 1 | 100001111 | 1100010 | 111010 |
Color Harmonies of #9529FD
Complementary color
Monochromatic Colors of #9529FD
Black with #9529FD
Text Example
Text Example
White with #9529FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529FD; }
p { color: rgb(149,41,253); }
H1.HeaderClassName
{
color: #9529FD;
}
.AnyTagClassName
{
color: #9529FD;
}
</style>
background-color css
<style>
a { background-color: #9529FD; }
a { background-color: rgb(149,41,253); }
div.DivClassName
{
background-color: #9529FD;
}
.BgClassName
{
background-color: #9529FD;
}
</style>
border-color css
<style>
span { border-color: #9529FD; }
span { border-color: rgb(149,41,253); }
td.TdClassName
{
border-color: #9529FD;
}
.TagClassName
{
border-color: #9529FD;
}
</style>