Shades of Blue Violet #942AE0
Tints of Blue Violet #942AE0
RGB
CMYK
RGB Variations
Color information
#942AE0 (or 0x942AE0) is known color: Blue Violet. HEX triplet: 94, 2A and E0. RGB value is (148,42,224). Sum of RGB (Red+Green+Blue) = 148+42+224=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #942AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942AE0 is #6BD51F. Grayscale: #5D5D5D. Windows color (decimal): -7066912 or 14690964. OLE color: 14690964.
HSL color Cylindrical-coordinate representation of color #942AE0: hue angle of 274.95º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942AE0 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 42 | 224 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.12 |
| HSL | 274.95º | 0.75% | 0.52% | - |
| HSV(B) | 274.95º | 0.81% | 0.88% | - |
| XYZ | 26.5 | 13.33 | 71.7 | - |
| YUV | 94.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 224 | 0.34 | 0.81 | 0 | 0.12 | 274.95 | 0.75 | 0.52 |
| Hex | 94 | 2A | E0 | 22 | 51 | 0 | C | 113 | 4B | 34 |
| Octal | 224 | 52 | 340 | 42 | 121 | 0 | 14 | 423 | 113 | 64 |
| Binary | 10010100 | 101010 | 11100000 | 100010 | 1010001 | 0 | 1100 | 100010011 | 1001011 | 110100 |
Color Harmonies of #942AE0
Complementary color
Monochromatic Colors of #942AE0
Black with #942AE0
Text Example
Text Example
White with #942AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942AE0; }
p { color: rgb(148,42,224); }
H1.HeaderClassName
{
color: #942AE0;
}
.AnyTagClassName
{
color: #942AE0;
}
</style>
background-color css
<style>
a { background-color: #942AE0; }
a { background-color: rgb(148,42,224); }
div.DivClassName
{
background-color: #942AE0;
}
.BgClassName
{
background-color: #942AE0;
}
</style>
border-color css
<style>
span { border-color: #942AE0; }
span { border-color: rgb(148,42,224); }
td.TdClassName
{
border-color: #942AE0;
}
.TagClassName
{
border-color: #942AE0;
}
</style>