Shades of Blue Violet #9543FF
Tints of Blue Violet #9543FF
RGB
CMYK
RGB Variations
Color information
#9543FF (or 0x9543FF) is known color: Blue Violet. HEX triplet: 95, 43 and FF. RGB value is (149,67,255). Sum of RGB (Red+Green+Blue) = 149+67+255=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #9543FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9543FF is #6ABC00. Grayscale: #707070. Windows color (decimal): -6994945 or 16728981. OLE color: 16728981.
HSL color Cylindrical-coordinate representation of color #9543FF: hue angle of 266.17º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9543FF is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 67 | 255 | - |
| CMYK | 0.42 | 0.74 | 0 | 0 |
| HSL | 266.17º | 1% | 0.63% | - |
| HSV(B) | 266.17º | 0.74% | 1% | - |
| XYZ | 32.45 | 17.62 | 96.3 | - |
| YUV | 112.95 | 208.17 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 255 | 0.42 | 0.74 | 0 | 0 | 266.17 | 1 | 0.63 |
| Hex | 95 | 43 | FF | 2A | 4A | 0 | 0 | 10A | 64 | 3F |
| Octal | 225 | 103 | 377 | 52 | 112 | 0 | 0 | 412 | 144 | 77 |
| Binary | 10010101 | 1000011 | 11111111 | 101010 | 1001010 | 0 | 0 | 100001010 | 1100100 | 111111 |
Color Harmonies of #9543FF
Complementary color
Monochromatic Colors of #9543FF
Black with #9543FF
Text Example
Text Example
White with #9543FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543FF; }
p { color: rgb(149,67,255); }
H1.HeaderClassName
{
color: #9543FF;
}
.AnyTagClassName
{
color: #9543FF;
}
</style>
background-color css
<style>
a { background-color: #9543FF; }
a { background-color: rgb(149,67,255); }
div.DivClassName
{
background-color: #9543FF;
}
.BgClassName
{
background-color: #9543FF;
}
</style>
border-color css
<style>
span { border-color: #9543FF; }
span { border-color: rgb(149,67,255); }
td.TdClassName
{
border-color: #9543FF;
}
.TagClassName
{
border-color: #9543FF;
}
</style>