Shades of Blue Violet #943ADB
Tints of Blue Violet #943ADB
RGB
CMYK
RGB Variations
Color information
#943ADB (or 0x943ADB) is known color: Blue Violet. HEX triplet: 94, 3A and DB. RGB value is (148,58,219). Sum of RGB (Red+Green+Blue) = 148+58+219=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #943ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ADB is #6BC524. Grayscale: #666666. Windows color (decimal): -7062821 or 14367380. OLE color: 14367380.
HSL color Cylindrical-coordinate representation of color #943ADB: hue angle of 273.54º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943ADB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 58 | 219 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.14 |
| HSL | 273.54º | 0.69% | 0.54% | - |
| HSV(B) | 273.54º | 0.74% | 0.86% | - |
| XYZ | 26.51 | 14.44 | 68.41 | - |
| YUV | 103.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 219 | 0.32 | 0.74 | 0 | 0.14 | 273.54 | 0.69 | 0.54 |
| Hex | 94 | 3A | DB | 20 | 4A | 0 | E | 112 | 45 | 36 |
| Octal | 224 | 72 | 333 | 40 | 112 | 0 | 16 | 422 | 105 | 66 |
| Binary | 10010100 | 111010 | 11011011 | 100000 | 1001010 | 0 | 1110 | 100010010 | 1000101 | 110110 |
Color Harmonies of #943ADB
Complementary color
Monochromatic Colors of #943ADB
Black with #943ADB
Text Example
Text Example
White with #943ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943ADB; }
p { color: rgb(148,58,219); }
H1.HeaderClassName
{
color: #943ADB;
}
.AnyTagClassName
{
color: #943ADB;
}
</style>
background-color css
<style>
a { background-color: #943ADB; }
a { background-color: rgb(148,58,219); }
div.DivClassName
{
background-color: #943ADB;
}
.BgClassName
{
background-color: #943ADB;
}
</style>
border-color css
<style>
span { border-color: #943ADB; }
span { border-color: rgb(148,58,219); }
td.TdClassName
{
border-color: #943ADB;
}
.TagClassName
{
border-color: #943ADB;
}
</style>