Shades of Blue Violet #9544DE
Tints of Blue Violet #9544DE
RGB
CMYK
RGB Variations
Color information
#9544DE (or 0x9544DE) is known color: Blue Violet. HEX triplet: 95, 44 and DE. RGB value is (149,68,222). Sum of RGB (Red+Green+Blue) = 149+68+222=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #9544DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544DE is #6ABB21. Grayscale: #6D6D6D. Windows color (decimal): -6994722 or 14566549. OLE color: 14566549.
HSL color Cylindrical-coordinate representation of color #9544DE: hue angle of 271.56º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9544DE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 68 | 222 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.13 |
| HSL | 271.56º | 0.7% | 0.57% | - |
| HSV(B) | 271.56º | 0.69% | 0.87% | - |
| XYZ | 27.65 | 15.8 | 70.7 | - |
| YUV | 109.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 222 | 0.33 | 0.69 | 0 | 0.13 | 271.56 | 0.7 | 0.57 |
| Hex | 95 | 44 | DE | 21 | 45 | 0 | D | 110 | 46 | 39 |
| Octal | 225 | 104 | 336 | 41 | 105 | 0 | 15 | 420 | 106 | 71 |
| Binary | 10010101 | 1000100 | 11011110 | 100001 | 1000101 | 0 | 1101 | 100010000 | 1000110 | 111001 |
Color Harmonies of #9544DE
Complementary color
Monochromatic Colors of #9544DE
Black with #9544DE
Text Example
Text Example
White with #9544DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9544DE; }
p { color: rgb(149,68,222); }
H1.HeaderClassName
{
color: #9544DE;
}
.AnyTagClassName
{
color: #9544DE;
}
</style>
background-color css
<style>
a { background-color: #9544DE; }
a { background-color: rgb(149,68,222); }
div.DivClassName
{
background-color: #9544DE;
}
.BgClassName
{
background-color: #9544DE;
}
</style>
border-color css
<style>
span { border-color: #9544DE; }
span { border-color: rgb(149,68,222); }
td.TdClassName
{
border-color: #9544DE;
}
.TagClassName
{
border-color: #9544DE;
}
</style>