Shades of Blue Violet #943EE0
Tints of Blue Violet #943EE0
RGB
CMYK
RGB Variations
Color information
#943EE0 (or 0x943EE0) is known color: Blue Violet. HEX triplet: 94, 3E and E0. RGB value is (148,62,224). Sum of RGB (Red+Green+Blue) = 148+62+224=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #943EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EE0 is #6BC11F. Grayscale: #696969. Windows color (decimal): -7061792 or 14696084. OLE color: 14696084.
HSL color Cylindrical-coordinate representation of color #943EE0: hue angle of 271.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943EE0 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 62 | 224 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.12 |
| HSL | 271.85º | 0.72% | 0.56% | - |
| HSV(B) | 271.85º | 0.72% | 0.88% | - |
| XYZ | 27.39 | 15.12 | 72 | - |
| YUV | 106.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 224 | 0.34 | 0.72 | 0 | 0.12 | 271.85 | 0.72 | 0.56 |
| Hex | 94 | 3E | E0 | 22 | 48 | 0 | C | 110 | 48 | 38 |
| Octal | 224 | 76 | 340 | 42 | 110 | 0 | 14 | 420 | 110 | 70 |
| Binary | 10010100 | 111110 | 11100000 | 100010 | 1001000 | 0 | 1100 | 100010000 | 1001000 | 111000 |
Color Harmonies of #943EE0
Complementary color
Monochromatic Colors of #943EE0
Black with #943EE0
Text Example
Text Example
White with #943EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943EE0; }
p { color: rgb(148,62,224); }
H1.HeaderClassName
{
color: #943EE0;
}
.AnyTagClassName
{
color: #943EE0;
}
</style>
background-color css
<style>
a { background-color: #943EE0; }
a { background-color: rgb(148,62,224); }
div.DivClassName
{
background-color: #943EE0;
}
.BgClassName
{
background-color: #943EE0;
}
</style>
border-color css
<style>
span { border-color: #943EE0; }
span { border-color: rgb(148,62,224); }
td.TdClassName
{
border-color: #943EE0;
}
.TagClassName
{
border-color: #943EE0;
}
</style>