Shades of Blue Violet #943CEC
Tints of Blue Violet #943CEC
RGB
CMYK
RGB Variations
Color information
#943CEC (or 0x943CEC) is known color: Blue Violet. HEX triplet: 94, 3C and EC. RGB value is (148,60,236). Sum of RGB (Red+Green+Blue) = 148+60+236=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #943CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943CEC is #6BC313. Grayscale: #696969. Windows color (decimal): -7062292 or 15482004. OLE color: 15482004.
HSL color Cylindrical-coordinate representation of color #943CEC: hue angle of 270º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943CEC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 60 | 236 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.07 |
| HSL | 270º | 0.82% | 0.58% | - |
| HSV(B) | 270º | 0.75% | 0.93% | - |
| XYZ | 28.97 | 15.58 | 80.84 | - |
| YUV | 106.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 236 | 0.37 | 0.75 | 0 | 0.07 | 270 | 0.82 | 0.58 |
| Hex | 94 | 3C | EC | 25 | 4B | 0 | 7 | 10E | 52 | 3A |
| Octal | 224 | 74 | 354 | 45 | 113 | 0 | 7 | 416 | 122 | 72 |
| Binary | 10010100 | 111100 | 11101100 | 100101 | 1001011 | 0 | 111 | 100001110 | 1010010 | 111010 |
Color Harmonies of #943CEC
Complementary color
Monochromatic Colors of #943CEC
Black with #943CEC
Text Example
Text Example
White with #943CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CEC; }
p { color: rgb(148,60,236); }
H1.HeaderClassName
{
color: #943CEC;
}
.AnyTagClassName
{
color: #943CEC;
}
</style>
background-color css
<style>
a { background-color: #943CEC; }
a { background-color: rgb(148,60,236); }
div.DivClassName
{
background-color: #943CEC;
}
.BgClassName
{
background-color: #943CEC;
}
</style>
border-color css
<style>
span { border-color: #943CEC; }
span { border-color: rgb(148,60,236); }
td.TdClassName
{
border-color: #943CEC;
}
.TagClassName
{
border-color: #943CEC;
}
</style>