Shades of Blue Violet #943DED
Tints of Blue Violet #943DED
RGB
CMYK
RGB Variations
Color information
#943DED (or 0x943DED) is known color: Blue Violet. HEX triplet: 94, 3D and ED. RGB value is (148,61,237). Sum of RGB (Red+Green+Blue) = 148+61+237=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #943DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943DED is #6BC212. Grayscale: #6A6A6A. Windows color (decimal): -7062035 or 15547796. OLE color: 15547796.
HSL color Cylindrical-coordinate representation of color #943DED: hue angle of 269.66º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943DED is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 61 | 237 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.07 |
| HSL | 269.66º | 0.83% | 0.58% | - |
| HSV(B) | 269.66º | 0.74% | 0.93% | - |
| XYZ | 29.17 | 15.75 | 81.62 | - |
| YUV | 107.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 237 | 0.38 | 0.74 | 0 | 0.07 | 269.66 | 0.83 | 0.58 |
| Hex | 94 | 3D | ED | 26 | 4A | 0 | 7 | 10E | 53 | 3A |
| Octal | 224 | 75 | 355 | 46 | 112 | 0 | 7 | 416 | 123 | 72 |
| Binary | 10010100 | 111101 | 11101101 | 100110 | 1001010 | 0 | 111 | 100001110 | 1010011 | 111010 |
Color Harmonies of #943DED
Complementary color
Monochromatic Colors of #943DED
Black with #943DED
Text Example
Text Example
White with #943DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DED; }
p { color: rgb(148,61,237); }
H1.HeaderClassName
{
color: #943DED;
}
.AnyTagClassName
{
color: #943DED;
}
</style>
background-color css
<style>
a { background-color: #943DED; }
a { background-color: rgb(148,61,237); }
div.DivClassName
{
background-color: #943DED;
}
.BgClassName
{
background-color: #943DED;
}
</style>
border-color css
<style>
span { border-color: #943DED; }
span { border-color: rgb(148,61,237); }
td.TdClassName
{
border-color: #943DED;
}
.TagClassName
{
border-color: #943DED;
}
</style>