Shades of Blue Violet #9549DF
Tints of Blue Violet #9549DF
RGB
CMYK
RGB Variations
Color information
#9549DF (or 0x9549DF) is known color: Blue Violet. HEX triplet: 95, 49 and DF. RGB value is (149,73,223). Sum of RGB (Red+Green+Blue) = 149+73+223=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #9549DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9549DF is #6AB620. Grayscale: #707070. Windows color (decimal): -6993441 or 14633365. OLE color: 14633365.
HSL color Cylindrical-coordinate representation of color #9549DF: hue angle of 270.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9549DF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 73 | 223 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.13 |
| HSL | 270.4º | 0.7% | 0.58% | - |
| HSV(B) | 270.4º | 0.67% | 0.87% | - |
| XYZ | 28.1 | 16.48 | 71.51 | - |
| YUV | 112.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 223 | 0.33 | 0.67 | 0 | 0.13 | 270.4 | 0.7 | 0.58 |
| Hex | 95 | 49 | DF | 21 | 43 | 0 | D | 10E | 46 | 3A |
| Octal | 225 | 111 | 337 | 41 | 103 | 0 | 15 | 416 | 106 | 72 |
| Binary | 10010101 | 1001001 | 11011111 | 100001 | 1000011 | 0 | 1101 | 100001110 | 1000110 | 111010 |
Color Harmonies of #9549DF
Complementary color
Monochromatic Colors of #9549DF
Black with #9549DF
Text Example
Text Example
White with #9549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9549DF; }
p { color: rgb(149,73,223); }
H1.HeaderClassName
{
color: #9549DF;
}
.AnyTagClassName
{
color: #9549DF;
}
</style>
background-color css
<style>
a { background-color: #9549DF; }
a { background-color: rgb(149,73,223); }
div.DivClassName
{
background-color: #9549DF;
}
.BgClassName
{
background-color: #9549DF;
}
</style>
border-color css
<style>
span { border-color: #9549DF; }
span { border-color: rgb(149,73,223); }
td.TdClassName
{
border-color: #9549DF;
}
.TagClassName
{
border-color: #9549DF;
}
</style>