Shades of Blue Violet #943EEE
Tints of Blue Violet #943EEE
RGB
CMYK
RGB Variations
Color information
#943EEE (or 0x943EEE) is known color: Blue Violet. HEX triplet: 94, 3E and EE. RGB value is (148,62,238). Sum of RGB (Red+Green+Blue) = 148+62+238=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #943EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943EEE is #6BC111. Grayscale: #6B6B6B. Windows color (decimal): -7061778 or 15613588. OLE color: 15613588.
HSL color Cylindrical-coordinate representation of color #943EEE: hue angle of 269.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943EEE is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 62 | 238 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.07 |
| HSL | 269.32º | 0.84% | 0.59% | - |
| HSV(B) | 269.32º | 0.74% | 0.93% | - |
| XYZ | 29.37 | 15.91 | 82.41 | - |
| YUV | 107.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 238 | 0.38 | 0.74 | 0 | 0.07 | 269.32 | 0.84 | 0.59 |
| Hex | 94 | 3E | EE | 26 | 4A | 0 | 7 | 10D | 54 | 3B |
| Octal | 224 | 76 | 356 | 46 | 112 | 0 | 7 | 415 | 124 | 73 |
| Binary | 10010100 | 111110 | 11101110 | 100110 | 1001010 | 0 | 111 | 100001101 | 1010100 | 111011 |
Color Harmonies of #943EEE
Complementary color
Monochromatic Colors of #943EEE
Black with #943EEE
Text Example
Text Example
White with #943EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943EEE; }
p { color: rgb(148,62,238); }
H1.HeaderClassName
{
color: #943EEE;
}
.AnyTagClassName
{
color: #943EEE;
}
</style>
background-color css
<style>
a { background-color: #943EEE; }
a { background-color: rgb(148,62,238); }
div.DivClassName
{
background-color: #943EEE;
}
.BgClassName
{
background-color: #943EEE;
}
</style>
border-color css
<style>
span { border-color: #943EEE; }
span { border-color: rgb(148,62,238); }
td.TdClassName
{
border-color: #943EEE;
}
.TagClassName
{
border-color: #943EEE;
}
</style>