Shades of Blue Violet #9529EF
Tints of Blue Violet #9529EF
RGB
CMYK
RGB Variations
Color information
#9529EF (or 0x9529EF) is known color: Blue Violet. HEX triplet: 95, 29 and EF. RGB value is (149,41,239). Sum of RGB (Red+Green+Blue) = 149+41+239=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #9529EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529EF is #6AD610. Grayscale: #5F5F5F. Windows color (decimal): -7001617 or 15673749. OLE color: 15673749.
HSL color Cylindrical-coordinate representation of color #9529EF: hue angle of 272.73º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9529EF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 41 | 239 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.06 |
| HSL | 272.73º | 0.86% | 0.55% | - |
| HSV(B) | 272.73º | 0.83% | 0.94% | - |
| XYZ | 28.77 | 14.21 | 82.89 | - |
| YUV | 95.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 239 | 0.38 | 0.83 | 0 | 0.06 | 272.73 | 0.86 | 0.55 |
| Hex | 95 | 29 | EF | 26 | 53 | 0 | 6 | 111 | 56 | 37 |
| Octal | 225 | 51 | 357 | 46 | 123 | 0 | 6 | 421 | 126 | 67 |
| Binary | 10010101 | 101001 | 11101111 | 100110 | 1010011 | 0 | 110 | 100010001 | 1010110 | 110111 |
Color Harmonies of #9529EF
Complementary color
Monochromatic Colors of #9529EF
Black with #9529EF
Text Example
Text Example
White with #9529EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9529EF; }
p { color: rgb(149,41,239); }
H1.HeaderClassName
{
color: #9529EF;
}
.AnyTagClassName
{
color: #9529EF;
}
</style>
background-color css
<style>
a { background-color: #9529EF; }
a { background-color: rgb(149,41,239); }
div.DivClassName
{
background-color: #9529EF;
}
.BgClassName
{
background-color: #9529EF;
}
</style>
border-color css
<style>
span { border-color: #9529EF; }
span { border-color: rgb(149,41,239); }
td.TdClassName
{
border-color: #9529EF;
}
.TagClassName
{
border-color: #9529EF;
}
</style>