Shades of Blue Violet #9442EC
Tints of Blue Violet #9442EC
RGB
CMYK
RGB Variations
Color information
#9442EC (or 0x9442EC) is known color: Blue Violet. HEX triplet: 94, 42 and EC. RGB value is (148,66,236). Sum of RGB (Red+Green+Blue) = 148+66+236=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #9442EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9442EC is #6BBD13. Grayscale: #6D6D6D. Windows color (decimal): -7060756 or 15483540. OLE color: 15483540.
HSL color Cylindrical-coordinate representation of color #9442EC: hue angle of 268.94º 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 #9442EC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 66 | 236 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.07 |
| HSL | 268.94º | 0.82% | 0.59% | - |
| HSV(B) | 268.94º | 0.72% | 0.93% | - |
| XYZ | 29.3 | 16.25 | 80.95 | - |
| YUV | 109.9 | 199.17 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 236 | 0.37 | 0.72 | 0 | 0.07 | 268.94 | 0.82 | 0.59 |
| Hex | 94 | 42 | EC | 25 | 48 | 0 | 7 | 10D | 52 | 3B |
| Octal | 224 | 102 | 354 | 45 | 110 | 0 | 7 | 415 | 122 | 73 |
| Binary | 10010100 | 1000010 | 11101100 | 100101 | 1001000 | 0 | 111 | 100001101 | 1010010 | 111011 |
Color Harmonies of #9442EC
Complementary color
Monochromatic Colors of #9442EC
Black with #9442EC
Text Example
Text Example
White with #9442EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9442EC; }
p { color: rgb(148,66,236); }
H1.HeaderClassName
{
color: #9442EC;
}
.AnyTagClassName
{
color: #9442EC;
}
</style>
background-color css
<style>
a { background-color: #9442EC; }
a { background-color: rgb(148,66,236); }
div.DivClassName
{
background-color: #9442EC;
}
.BgClassName
{
background-color: #9442EC;
}
</style>
border-color css
<style>
span { border-color: #9442EC; }
span { border-color: rgb(148,66,236); }
td.TdClassName
{
border-color: #9442EC;
}
.TagClassName
{
border-color: #9442EC;
}
</style>