Shades of Blue Violet #943ADC
Tints of Blue Violet #943ADC
RGB
CMYK
RGB Variations
Color information
#943ADC (or 0x943ADC) is known color: Blue Violet. HEX triplet: 94, 3A and DC. RGB value is (148,58,220). Sum of RGB (Red+Green+Blue) = 148+58+220=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #943ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ADC is #6BC523. Grayscale: #666666. Windows color (decimal): -7062820 or 14432916. OLE color: 14432916.
HSL color Cylindrical-coordinate representation of color #943ADC: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943ADC is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 58 | 220 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.14 |
| HSL | 273.33º | 0.7% | 0.55% | - |
| HSV(B) | 273.33º | 0.74% | 0.86% | - |
| XYZ | 26.64 | 14.49 | 69.1 | - |
| YUV | 103.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 220 | 0.33 | 0.74 | 0 | 0.14 | 273.33 | 0.7 | 0.55 |
| Hex | 94 | 3A | DC | 21 | 4A | 0 | E | 111 | 46 | 37 |
| Octal | 224 | 72 | 334 | 41 | 112 | 0 | 16 | 421 | 106 | 67 |
| Binary | 10010100 | 111010 | 11011100 | 100001 | 1001010 | 0 | 1110 | 100010001 | 1000110 | 110111 |
Color Harmonies of #943ADC
Complementary color
Monochromatic Colors of #943ADC
Black with #943ADC
Text Example
Text Example
White with #943ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943ADC; }
p { color: rgb(148,58,220); }
H1.HeaderClassName
{
color: #943ADC;
}
.AnyTagClassName
{
color: #943ADC;
}
</style>
background-color css
<style>
a { background-color: #943ADC; }
a { background-color: rgb(148,58,220); }
div.DivClassName
{
background-color: #943ADC;
}
.BgClassName
{
background-color: #943ADC;
}
</style>
border-color css
<style>
span { border-color: #943ADC; }
span { border-color: rgb(148,58,220); }
td.TdClassName
{
border-color: #943ADC;
}
.TagClassName
{
border-color: #943ADC;
}
</style>