Shades of Blue Violet #9534DD
Tints of Blue Violet #9534DD
RGB
CMYK
RGB Variations
Color information
#9534DD (or 0x9534DD) is known color: Blue Violet. HEX triplet: 95, 34 and DD. RGB value is (149,52,221). Sum of RGB (Red+Green+Blue) = 149+52+221=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #9534DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534DD is #6ACB22. Grayscale: #636363. Windows color (decimal): -6998819 or 14496917. OLE color: 14496917.
HSL color Cylindrical-coordinate representation of color #9534DD: hue angle of 274.44º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9534DD is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 52 | 221 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.13 |
| HSL | 274.44º | 0.71% | 0.54% | - |
| HSV(B) | 274.44º | 0.76% | 0.87% | - |
| XYZ | 26.67 | 14.07 | 69.72 | - |
| YUV | 100.27 | 196.14 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 221 | 0.33 | 0.76 | 0 | 0.13 | 274.44 | 0.71 | 0.54 |
| Hex | 95 | 34 | DD | 21 | 4C | 0 | D | 112 | 47 | 36 |
| Octal | 225 | 64 | 335 | 41 | 114 | 0 | 15 | 422 | 107 | 66 |
| Binary | 10010101 | 110100 | 11011101 | 100001 | 1001100 | 0 | 1101 | 100010010 | 1000111 | 110110 |
Color Harmonies of #9534DD
Complementary color
Monochromatic Colors of #9534DD
Black with #9534DD
Text Example
Text Example
White with #9534DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534DD; }
p { color: rgb(149,52,221); }
H1.HeaderClassName
{
color: #9534DD;
}
.AnyTagClassName
{
color: #9534DD;
}
</style>
background-color css
<style>
a { background-color: #9534DD; }
a { background-color: rgb(149,52,221); }
div.DivClassName
{
background-color: #9534DD;
}
.BgClassName
{
background-color: #9534DD;
}
</style>
border-color css
<style>
span { border-color: #9534DD; }
span { border-color: rgb(149,52,221); }
td.TdClassName
{
border-color: #9534DD;
}
.TagClassName
{
border-color: #9534DD;
}
</style>