Shades of Blue Violet #9532DF
Tints of Blue Violet #9532DF
RGB
CMYK
RGB Variations
Color information
#9532DF (or 0x9532DF) is known color: Blue Violet. HEX triplet: 95, 32 and DF. RGB value is (149,50,223). Sum of RGB (Red+Green+Blue) = 149+50+223=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #9532DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9532DF is #6ACD20. Grayscale: #626262. Windows color (decimal): -6999329 or 14627477. OLE color: 14627477.
HSL color Cylindrical-coordinate representation of color #9532DF: hue angle of 274.34º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9532DF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 50 | 223 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.13 |
| HSL | 274.34º | 0.73% | 0.54% | - |
| HSV(B) | 274.34º | 0.78% | 0.87% | - |
| XYZ | 26.85 | 14 | 71.1 | - |
| YUV | 99.32 | 197.8 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 223 | 0.33 | 0.78 | 0 | 0.13 | 274.34 | 0.73 | 0.54 |
| Hex | 95 | 32 | DF | 21 | 4E | 0 | D | 112 | 49 | 36 |
| Octal | 225 | 62 | 337 | 41 | 116 | 0 | 15 | 422 | 111 | 66 |
| Binary | 10010101 | 110010 | 11011111 | 100001 | 1001110 | 0 | 1101 | 100010010 | 1001001 | 110110 |
Color Harmonies of #9532DF
Complementary color
Monochromatic Colors of #9532DF
Black with #9532DF
Text Example
Text Example
White with #9532DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9532DF; }
p { color: rgb(149,50,223); }
H1.HeaderClassName
{
color: #9532DF;
}
.AnyTagClassName
{
color: #9532DF;
}
</style>
background-color css
<style>
a { background-color: #9532DF; }
a { background-color: rgb(149,50,223); }
div.DivClassName
{
background-color: #9532DF;
}
.BgClassName
{
background-color: #9532DF;
}
</style>
border-color css
<style>
span { border-color: #9532DF; }
span { border-color: rgb(149,50,223); }
td.TdClassName
{
border-color: #9532DF;
}
.TagClassName
{
border-color: #9532DF;
}
</style>