Shades of Blue Violet #943FE7
Tints of Blue Violet #943FE7
RGB
CMYK
RGB Variations
Color information
#943FE7 (or 0x943FE7) is known color: Blue Violet. HEX triplet: 94, 3F and E7. RGB value is (148,63,231). Sum of RGB (Red+Green+Blue) = 148+63+231=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #943FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943FE7 is #6BC018. Grayscale: #6A6A6A. Windows color (decimal): -7061529 or 15155092. OLE color: 15155092.
HSL color Cylindrical-coordinate representation of color #943FE7: hue angle of 270.36º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #943FE7 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 63 | 231 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.09 |
| HSL | 270.36º | 0.78% | 0.58% | - |
| HSV(B) | 270.36º | 0.73% | 0.91% | - |
| XYZ | 28.41 | 15.62 | 77.12 | - |
| YUV | 107.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 231 | 0.36 | 0.73 | 0 | 0.09 | 270.36 | 0.78 | 0.58 |
| Hex | 94 | 3F | E7 | 24 | 49 | 0 | 9 | 10E | 4E | 3A |
| Octal | 224 | 77 | 347 | 44 | 111 | 0 | 11 | 416 | 116 | 72 |
| Binary | 10010100 | 111111 | 11100111 | 100100 | 1001001 | 0 | 1001 | 100001110 | 1001110 | 111010 |
Color Harmonies of #943FE7
Complementary color
Monochromatic Colors of #943FE7
Black with #943FE7
Text Example
Text Example
White with #943FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FE7; }
p { color: rgb(148,63,231); }
H1.HeaderClassName
{
color: #943FE7;
}
.AnyTagClassName
{
color: #943FE7;
}
</style>
background-color css
<style>
a { background-color: #943FE7; }
a { background-color: rgb(148,63,231); }
div.DivClassName
{
background-color: #943FE7;
}
.BgClassName
{
background-color: #943FE7;
}
</style>
border-color css
<style>
span { border-color: #943FE7; }
span { border-color: rgb(148,63,231); }
td.TdClassName
{
border-color: #943FE7;
}
.TagClassName
{
border-color: #943FE7;
}
</style>