Shades of Blue Violet #9547EF
Tints of Blue Violet #9547EF
RGB
CMYK
RGB Variations
Color information
#9547EF (or 0x9547EF) is known color: Blue Violet. HEX triplet: 95, 47 and EF. RGB value is (149,71,239). Sum of RGB (Red+Green+Blue) = 149+71+239=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #9547EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9547EF is #6AB810. Grayscale: #707070. Windows color (decimal): -6993937 or 15681429. OLE color: 15681429.
HSL color Cylindrical-coordinate representation of color #9547EF: hue angle of 267.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9547EF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 71 | 239 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.06 |
| HSL | 267.86º | 0.84% | 0.61% | - |
| HSV(B) | 267.86º | 0.7% | 0.94% | - |
| XYZ | 30.23 | 17.13 | 83.37 | - |
| YUV | 113.47 | 198.84 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 239 | 0.38 | 0.70 | 0 | 0.06 | 267.86 | 0.84 | 0.61 |
| Hex | 95 | 47 | EF | 26 | 46 | 0 | 6 | 10C | 54 | 3D |
| Octal | 225 | 107 | 357 | 46 | 106 | 0 | 6 | 414 | 124 | 75 |
| Binary | 10010101 | 1000111 | 11101111 | 100110 | 1000110 | 0 | 110 | 100001100 | 1010100 | 111101 |
Color Harmonies of #9547EF
Complementary color
Monochromatic Colors of #9547EF
Black with #9547EF
Text Example
Text Example
White with #9547EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547EF; }
p { color: rgb(149,71,239); }
H1.HeaderClassName
{
color: #9547EF;
}
.AnyTagClassName
{
color: #9547EF;
}
</style>
background-color css
<style>
a { background-color: #9547EF; }
a { background-color: rgb(149,71,239); }
div.DivClassName
{
background-color: #9547EF;
}
.BgClassName
{
background-color: #9547EF;
}
</style>
border-color css
<style>
span { border-color: #9547EF; }
span { border-color: rgb(149,71,239); }
td.TdClassName
{
border-color: #9547EF;
}
.TagClassName
{
border-color: #9547EF;
}
</style>