Shades of Blue Violet #942EE0
Tints of Blue Violet #942EE0
RGB
CMYK
RGB Variations
Color information
#942EE0 (or 0x942EE0) is known color: Blue Violet. HEX triplet: 94, 2E and E0. RGB value is (148,46,224). Sum of RGB (Red+Green+Blue) = 148+46+224=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #942EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942EE0 is #6BD11F. Grayscale: #606060. Windows color (decimal): -7065888 or 14691988. OLE color: 14691988.
HSL color Cylindrical-coordinate representation of color #942EE0: hue angle of 274.38º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942EE0 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 46 | 224 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.12 |
| HSL | 274.38º | 0.74% | 0.53% | - |
| HSV(B) | 274.38º | 0.79% | 0.88% | - |
| XYZ | 26.64 | 13.63 | 71.75 | - |
| YUV | 96.79 | 199.79 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 224 | 0.34 | 0.79 | 0 | 0.12 | 274.38 | 0.74 | 0.53 |
| Hex | 94 | 2E | E0 | 22 | 4F | 0 | C | 112 | 4A | 35 |
| Octal | 224 | 56 | 340 | 42 | 117 | 0 | 14 | 422 | 112 | 65 |
| Binary | 10010100 | 101110 | 11100000 | 100010 | 1001111 | 0 | 1100 | 100010010 | 1001010 | 110101 |
Color Harmonies of #942EE0
Complementary color
Monochromatic Colors of #942EE0
Black with #942EE0
Text Example
Text Example
White with #942EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942EE0; }
p { color: rgb(148,46,224); }
H1.HeaderClassName
{
color: #942EE0;
}
.AnyTagClassName
{
color: #942EE0;
}
</style>
background-color css
<style>
a { background-color: #942EE0; }
a { background-color: rgb(148,46,224); }
div.DivClassName
{
background-color: #942EE0;
}
.BgClassName
{
background-color: #942EE0;
}
</style>
border-color css
<style>
span { border-color: #942EE0; }
span { border-color: rgb(148,46,224); }
td.TdClassName
{
border-color: #942EE0;
}
.TagClassName
{
border-color: #942EE0;
}
</style>