Shades of Blue Violet #9543DF
Tints of Blue Violet #9543DF
RGB
CMYK
RGB Variations
Color information
#9543DF (or 0x9543DF) is known color: Blue Violet. HEX triplet: 95, 43 and DF. RGB value is (149,67,223). Sum of RGB (Red+Green+Blue) = 149+67+223=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #9543DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543DF is #6ABC20. Grayscale: #6C6C6C. Windows color (decimal): -6994977 or 14631829. OLE color: 14631829.
HSL color Cylindrical-coordinate representation of color #9543DF: hue angle of 271.54º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9543DF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 67 | 223 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.13 |
| HSL | 271.54º | 0.71% | 0.57% | - |
| HSV(B) | 271.54º | 0.7% | 0.87% | - |
| XYZ | 27.72 | 15.73 | 71.39 | - |
| YUV | 109.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 223 | 0.33 | 0.70 | 0 | 0.13 | 271.54 | 0.71 | 0.57 |
| Hex | 95 | 43 | DF | 21 | 46 | 0 | D | 110 | 47 | 39 |
| Octal | 225 | 103 | 337 | 41 | 106 | 0 | 15 | 420 | 107 | 71 |
| Binary | 10010101 | 1000011 | 11011111 | 100001 | 1000110 | 0 | 1101 | 100010000 | 1000111 | 111001 |
Color Harmonies of #9543DF
Complementary color
Monochromatic Colors of #9543DF
Black with #9543DF
Text Example
Text Example
White with #9543DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543DF; }
p { color: rgb(149,67,223); }
H1.HeaderClassName
{
color: #9543DF;
}
.AnyTagClassName
{
color: #9543DF;
}
</style>
background-color css
<style>
a { background-color: #9543DF; }
a { background-color: rgb(149,67,223); }
div.DivClassName
{
background-color: #9543DF;
}
.BgClassName
{
background-color: #9543DF;
}
</style>
border-color css
<style>
span { border-color: #9543DF; }
span { border-color: rgb(149,67,223); }
td.TdClassName
{
border-color: #9543DF;
}
.TagClassName
{
border-color: #9543DF;
}
</style>