Shades of Blue Violet #9547FB
Tints of Blue Violet #9547FB
RGB
CMYK
RGB Variations
Color information
#9547FB (or 0x9547FB) is known color: Blue Violet. HEX triplet: 95, 47 and FB. RGB value is (149,71,251). Sum of RGB (Red+Green+Blue) = 149+71+251=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #9547FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9547FB is #6AB804. Grayscale: #727272. Windows color (decimal): -6993925 or 16467861. OLE color: 16467861.
HSL color Cylindrical-coordinate representation of color #9547FB: hue angle of 266º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9547FB is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 71 | 251 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.02 |
| HSL | 266º | 0.96% | 0.63% | - |
| HSV(B) | 266º | 0.72% | 0.98% | - |
| XYZ | 32.06 | 17.86 | 93.02 | - |
| YUV | 114.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 251 | 0.41 | 0.72 | 0 | 0.02 | 266 | 0.96 | 0.63 |
| Hex | 95 | 47 | FB | 29 | 48 | 0 | 2 | 10A | 60 | 3F |
| Octal | 225 | 107 | 373 | 51 | 110 | 0 | 2 | 412 | 140 | 77 |
| Binary | 10010101 | 1000111 | 11111011 | 101001 | 1001000 | 0 | 10 | 100001010 | 1100000 | 111111 |
Color Harmonies of #9547FB
Complementary color
Monochromatic Colors of #9547FB
Black with #9547FB
Text Example
Text Example
White with #9547FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9547FB; }
p { color: rgb(149,71,251); }
H1.HeaderClassName
{
color: #9547FB;
}
.AnyTagClassName
{
color: #9547FB;
}
</style>
background-color css
<style>
a { background-color: #9547FB; }
a { background-color: rgb(149,71,251); }
div.DivClassName
{
background-color: #9547FB;
}
.BgClassName
{
background-color: #9547FB;
}
</style>
border-color css
<style>
span { border-color: #9547FB; }
span { border-color: rgb(149,71,251); }
td.TdClassName
{
border-color: #9547FB;
}
.TagClassName
{
border-color: #9547FB;
}
</style>