Shades of Blue Violet #9544E4
Tints of Blue Violet #9544E4
RGB
CMYK
RGB Variations
Color information
#9544E4 (or 0x9544E4) is known color: Blue Violet. HEX triplet: 95, 44 and E4. RGB value is (149,68,228). Sum of RGB (Red+Green+Blue) = 149+68+228=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #9544E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544E4 is #6ABB1B. Grayscale: #6D6D6D. Windows color (decimal): -6994716 or 14959765. OLE color: 14959765.
HSL color Cylindrical-coordinate representation of color #9544E4: hue angle of 270.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9544E4 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 68 | 228 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.11 |
| HSL | 270.38º | 0.75% | 0.58% | - |
| HSV(B) | 270.38º | 0.7% | 0.89% | - |
| XYZ | 28.47 | 16.13 | 75.01 | - |
| YUV | 110.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 228 | 0.35 | 0.70 | 0 | 0.11 | 270.38 | 0.75 | 0.58 |
| Hex | 95 | 44 | E4 | 23 | 46 | 0 | B | 10E | 4B | 3A |
| Octal | 225 | 104 | 344 | 43 | 106 | 0 | 13 | 416 | 113 | 72 |
| Binary | 10010101 | 1000100 | 11100100 | 100011 | 1000110 | 0 | 1011 | 100001110 | 1001011 | 111010 |
Color Harmonies of #9544E4
Complementary color
Monochromatic Colors of #9544E4
Black with #9544E4
Text Example
Text Example
White with #9544E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9544E4; }
p { color: rgb(149,68,228); }
H1.HeaderClassName
{
color: #9544E4;
}
.AnyTagClassName
{
color: #9544E4;
}
</style>
background-color css
<style>
a { background-color: #9544E4; }
a { background-color: rgb(149,68,228); }
div.DivClassName
{
background-color: #9544E4;
}
.BgClassName
{
background-color: #9544E4;
}
</style>
border-color css
<style>
span { border-color: #9544E4; }
span { border-color: rgb(149,68,228); }
td.TdClassName
{
border-color: #9544E4;
}
.TagClassName
{
border-color: #9544E4;
}
</style>