Shades of Blue Violet #943CE7
Tints of Blue Violet #943CE7
RGB
CMYK
RGB Variations
Color information
#943CE7 (or 0x943CE7) is known color: Blue Violet. HEX triplet: 94, 3C and E7. RGB value is (148,60,231). Sum of RGB (Red+Green+Blue) = 148+60+231=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #943CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943CE7 is #6BC318. Grayscale: #696969. Windows color (decimal): -7062297 or 15154324. OLE color: 15154324.
HSL color Cylindrical-coordinate representation of color #943CE7: hue angle of 270.88º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943CE7 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 60 | 231 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.09 |
| HSL | 270.88º | 0.78% | 0.57% | - |
| HSV(B) | 270.88º | 0.74% | 0.91% | - |
| XYZ | 28.25 | 15.3 | 77.06 | - |
| YUV | 105.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 231 | 0.36 | 0.74 | 0 | 0.09 | 270.88 | 0.78 | 0.57 |
| Hex | 94 | 3C | E7 | 24 | 4A | 0 | 9 | 10F | 4E | 39 |
| Octal | 224 | 74 | 347 | 44 | 112 | 0 | 11 | 417 | 116 | 71 |
| Binary | 10010100 | 111100 | 11100111 | 100100 | 1001010 | 0 | 1001 | 100001111 | 1001110 | 111001 |
Color Harmonies of #943CE7
Complementary color
Monochromatic Colors of #943CE7
Black with #943CE7
Text Example
Text Example
White with #943CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CE7; }
p { color: rgb(148,60,231); }
H1.HeaderClassName
{
color: #943CE7;
}
.AnyTagClassName
{
color: #943CE7;
}
</style>
background-color css
<style>
a { background-color: #943CE7; }
a { background-color: rgb(148,60,231); }
div.DivClassName
{
background-color: #943CE7;
}
.BgClassName
{
background-color: #943CE7;
}
</style>
border-color css
<style>
span { border-color: #943CE7; }
span { border-color: rgb(148,60,231); }
td.TdClassName
{
border-color: #943CE7;
}
.TagClassName
{
border-color: #943CE7;
}
</style>