Shades of Blue Violet #943BED
Tints of Blue Violet #943BED
RGB
CMYK
RGB Variations
Color information
#943BED (or 0x943BED) is known color: Blue Violet. HEX triplet: 94, 3B and ED. RGB value is (148,59,237). Sum of RGB (Red+Green+Blue) = 148+59+237=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #943BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943BED is #6BC412. Grayscale: #696969. Windows color (decimal): -7062547 or 15547284. OLE color: 15547284.
HSL color Cylindrical-coordinate representation of color #943BED: hue angle of 270º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943BED is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 59 | 237 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.07 |
| HSL | 270º | 0.83% | 0.58% | - |
| HSV(B) | 270º | 0.75% | 0.93% | - |
| XYZ | 29.06 | 15.54 | 81.59 | - |
| YUV | 105.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 237 | 0.38 | 0.75 | 0 | 0.07 | 270 | 0.83 | 0.58 |
| Hex | 94 | 3B | ED | 26 | 4B | 0 | 7 | 10E | 53 | 3A |
| Octal | 224 | 73 | 355 | 46 | 113 | 0 | 7 | 416 | 123 | 72 |
| Binary | 10010100 | 111011 | 11101101 | 100110 | 1001011 | 0 | 111 | 100001110 | 1010011 | 111010 |
Color Harmonies of #943BED
Complementary color
Monochromatic Colors of #943BED
Black with #943BED
Text Example
Text Example
White with #943BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BED; }
p { color: rgb(148,59,237); }
H1.HeaderClassName
{
color: #943BED;
}
.AnyTagClassName
{
color: #943BED;
}
</style>
background-color css
<style>
a { background-color: #943BED; }
a { background-color: rgb(148,59,237); }
div.DivClassName
{
background-color: #943BED;
}
.BgClassName
{
background-color: #943BED;
}
</style>
border-color css
<style>
span { border-color: #943BED; }
span { border-color: rgb(148,59,237); }
td.TdClassName
{
border-color: #943BED;
}
.TagClassName
{
border-color: #943BED;
}
</style>