Shades of Blue Violet #943ADE
Tints of Blue Violet #943ADE
RGB
CMYK
RGB Variations
Color information
#943ADE (or 0x943ADE) is known color: Blue Violet. HEX triplet: 94, 3A and DE. RGB value is (148,58,222). Sum of RGB (Red+Green+Blue) = 148+58+222=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #943ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ADE is #6BC521. Grayscale: #676767. Windows color (decimal): -7062818 or 14563988. OLE color: 14563988.
HSL color Cylindrical-coordinate representation of color #943ADE: hue angle of 272.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943ADE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 58 | 222 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.13 |
| HSL | 272.93º | 0.71% | 0.55% | - |
| HSV(B) | 272.93º | 0.74% | 0.87% | - |
| XYZ | 26.91 | 14.6 | 70.51 | - |
| YUV | 103.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 222 | 0.33 | 0.74 | 0 | 0.13 | 272.93 | 0.71 | 0.55 |
| Hex | 94 | 3A | DE | 21 | 4A | 0 | D | 111 | 47 | 37 |
| Octal | 224 | 72 | 336 | 41 | 112 | 0 | 15 | 421 | 107 | 67 |
| Binary | 10010100 | 111010 | 11011110 | 100001 | 1001010 | 0 | 1101 | 100010001 | 1000111 | 110111 |
Color Harmonies of #943ADE
Complementary color
Monochromatic Colors of #943ADE
Black with #943ADE
Text Example
Text Example
White with #943ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943ADE; }
p { color: rgb(148,58,222); }
H1.HeaderClassName
{
color: #943ADE;
}
.AnyTagClassName
{
color: #943ADE;
}
</style>
background-color css
<style>
a { background-color: #943ADE; }
a { background-color: rgb(148,58,222); }
div.DivClassName
{
background-color: #943ADE;
}
.BgClassName
{
background-color: #943ADE;
}
</style>
border-color css
<style>
span { border-color: #943ADE; }
span { border-color: rgb(148,58,222); }
td.TdClassName
{
border-color: #943ADE;
}
.TagClassName
{
border-color: #943ADE;
}
</style>