Shades of Blue Violet #943EED
Tints of Blue Violet #943EED
RGB
CMYK
RGB Variations
Color information
#943EED (or 0x943EED) is known color: Blue Violet. HEX triplet: 94, 3E and ED. RGB value is (148,62,237). Sum of RGB (Red+Green+Blue) = 148+62+237=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #943EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943EED is #6BC112. Grayscale: #6B6B6B. Windows color (decimal): -7061779 or 15548052. OLE color: 15548052.
HSL color Cylindrical-coordinate representation of color #943EED: hue angle of 269.49º degrees, saturation: 0.83, 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 #943EED is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 62 | 237 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.07 |
| HSL | 269.49º | 0.83% | 0.59% | - |
| HSV(B) | 269.49º | 0.74% | 0.93% | - |
| XYZ | 29.22 | 15.86 | 81.64 | - |
| YUV | 107.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 237 | 0.38 | 0.74 | 0 | 0.07 | 269.49 | 0.83 | 0.59 |
| Hex | 94 | 3E | ED | 26 | 4A | 0 | 7 | 10D | 53 | 3B |
| Octal | 224 | 76 | 355 | 46 | 112 | 0 | 7 | 415 | 123 | 73 |
| Binary | 10010100 | 111110 | 11101101 | 100110 | 1001010 | 0 | 111 | 100001101 | 1010011 | 111011 |
Color Harmonies of #943EED
Complementary color
Monochromatic Colors of #943EED
Black with #943EED
Text Example
Text Example
White with #943EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943EED; }
p { color: rgb(148,62,237); }
H1.HeaderClassName
{
color: #943EED;
}
.AnyTagClassName
{
color: #943EED;
}
</style>
background-color css
<style>
a { background-color: #943EED; }
a { background-color: rgb(148,62,237); }
div.DivClassName
{
background-color: #943EED;
}
.BgClassName
{
background-color: #943EED;
}
</style>
border-color css
<style>
span { border-color: #943EED; }
span { border-color: rgb(148,62,237); }
td.TdClassName
{
border-color: #943EED;
}
.TagClassName
{
border-color: #943EED;
}
</style>