Shades of Blue Violet #9542EC
Tints of Blue Violet #9542EC
RGB
CMYK
RGB Variations
Color information
#9542EC (or 0x9542EC) is known color: Blue Violet. HEX triplet: 95, 42 and EC. RGB value is (149,66,236). Sum of RGB (Red+Green+Blue) = 149+66+236=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #9542EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9542EC is #6ABD13. Grayscale: #6D6D6D. Windows color (decimal): -6995220 or 15483541. OLE color: 15483541.
HSL color Cylindrical-coordinate representation of color #9542EC: hue angle of 269.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9542EC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 66 | 236 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.07 |
| HSL | 269.29º | 0.82% | 0.59% | - |
| HSV(B) | 269.29º | 0.72% | 0.93% | - |
| XYZ | 29.48 | 16.34 | 80.96 | - |
| YUV | 110.2 | 199 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 236 | 0.37 | 0.72 | 0 | 0.07 | 269.29 | 0.82 | 0.59 |
| Hex | 95 | 42 | EC | 25 | 48 | 0 | 7 | 10D | 52 | 3B |
| Octal | 225 | 102 | 354 | 45 | 110 | 0 | 7 | 415 | 122 | 73 |
| Binary | 10010101 | 1000010 | 11101100 | 100101 | 1001000 | 0 | 111 | 100001101 | 1010010 | 111011 |
Color Harmonies of #9542EC
Complementary color
Monochromatic Colors of #9542EC
Black with #9542EC
Text Example
Text Example
White with #9542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9542EC; }
p { color: rgb(149,66,236); }
H1.HeaderClassName
{
color: #9542EC;
}
.AnyTagClassName
{
color: #9542EC;
}
</style>
background-color css
<style>
a { background-color: #9542EC; }
a { background-color: rgb(149,66,236); }
div.DivClassName
{
background-color: #9542EC;
}
.BgClassName
{
background-color: #9542EC;
}
</style>
border-color css
<style>
span { border-color: #9542EC; }
span { border-color: rgb(149,66,236); }
td.TdClassName
{
border-color: #9542EC;
}
.TagClassName
{
border-color: #9542EC;
}
</style>