Shades of Blue Violet #9547EA
Tints of Blue Violet #9547EA
RGB
CMYK
RGB Variations
Color information
#9547EA (or 0x9547EA) is known color: Blue Violet. HEX triplet: 95, 47 and EA. RGB value is (149,71,234). Sum of RGB (Red+Green+Blue) = 149+71+234=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #9547EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9547EA is #6AB815. Grayscale: #707070. Windows color (decimal): -6993942 or 15353749. OLE color: 15353749.
HSL color Cylindrical-coordinate representation of color #9547EA: hue angle of 268.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9547EA is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 71 | 234 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.08 |
| HSL | 268.71º | 0.8% | 0.6% | - |
| HSV(B) | 268.71º | 0.7% | 0.92% | - |
| XYZ | 29.5 | 16.84 | 79.54 | - |
| YUV | 112.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 234 | 0.36 | 0.70 | 0 | 0.08 | 268.71 | 0.8 | 0.6 |
| Hex | 95 | 47 | EA | 24 | 46 | 0 | 8 | 10D | 50 | 3C |
| Octal | 225 | 107 | 352 | 44 | 106 | 0 | 10 | 415 | 120 | 74 |
| Binary | 10010101 | 1000111 | 11101010 | 100100 | 1000110 | 0 | 1000 | 100001101 | 1010000 | 111100 |
Color Harmonies of #9547EA
Complementary color
Monochromatic Colors of #9547EA
Black with #9547EA
Text Example
Text Example
White with #9547EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547EA; }
p { color: rgb(149,71,234); }
H1.HeaderClassName
{
color: #9547EA;
}
.AnyTagClassName
{
color: #9547EA;
}
</style>
background-color css
<style>
a { background-color: #9547EA; }
a { background-color: rgb(149,71,234); }
div.DivClassName
{
background-color: #9547EA;
}
.BgClassName
{
background-color: #9547EA;
}
</style>
border-color css
<style>
span { border-color: #9547EA; }
span { border-color: rgb(149,71,234); }
td.TdClassName
{
border-color: #9547EA;
}
.TagClassName
{
border-color: #9547EA;
}
</style>