Shades of Blue Violet #943EEB
Tints of Blue Violet #943EEB
RGB
CMYK
RGB Variations
Color information
#943EEB (or 0x943EEB) is known color: Blue Violet. HEX triplet: 94, 3E and EB. RGB value is (148,62,235). Sum of RGB (Red+Green+Blue) = 148+62+235=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #943EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943EEB is #6BC114. Grayscale: #6A6A6A. Windows color (decimal): -7061781 or 15416980. OLE color: 15416980.
HSL color Cylindrical-coordinate representation of color #943EEB: hue angle of 269.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943EEB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 62 | 235 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.08 |
| HSL | 269.83º | 0.81% | 0.58% | - |
| HSV(B) | 269.83º | 0.74% | 0.92% | - |
| XYZ | 28.93 | 15.74 | 80.11 | - |
| YUV | 107.44 | 199.99 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 235 | 0.37 | 0.74 | 0 | 0.08 | 269.83 | 0.81 | 0.58 |
| Hex | 94 | 3E | EB | 25 | 4A | 0 | 8 | 10E | 51 | 3A |
| Octal | 224 | 76 | 353 | 45 | 112 | 0 | 10 | 416 | 121 | 72 |
| Binary | 10010100 | 111110 | 11101011 | 100101 | 1001010 | 0 | 1000 | 100001110 | 1010001 | 111010 |
Color Harmonies of #943EEB
Complementary color
Monochromatic Colors of #943EEB
Black with #943EEB
Text Example
Text Example
White with #943EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943EEB; }
p { color: rgb(148,62,235); }
H1.HeaderClassName
{
color: #943EEB;
}
.AnyTagClassName
{
color: #943EEB;
}
</style>
background-color css
<style>
a { background-color: #943EEB; }
a { background-color: rgb(148,62,235); }
div.DivClassName
{
background-color: #943EEB;
}
.BgClassName
{
background-color: #943EEB;
}
</style>
border-color css
<style>
span { border-color: #943EEB; }
span { border-color: rgb(148,62,235); }
td.TdClassName
{
border-color: #943EEB;
}
.TagClassName
{
border-color: #943EEB;
}
</style>