Shades of Blue Violet #942ADC
Tints of Blue Violet #942ADC
RGB
CMYK
RGB Variations
Color information
#942ADC (or 0x942ADC) is known color: Blue Violet. HEX triplet: 94, 2A and DC. RGB value is (148,42,220). Sum of RGB (Red+Green+Blue) = 148+42+220=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #942ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ADC is #6BD523. Grayscale: #5D5D5D. Windows color (decimal): -7066916 or 14428820. OLE color: 14428820.
HSL color Cylindrical-coordinate representation of color #942ADC: hue angle of 275.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942ADC is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 42 | 220 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.14 |
| HSL | 275.73º | 0.72% | 0.51% | - |
| HSV(B) | 275.73º | 0.81% | 0.86% | - |
| XYZ | 25.96 | 13.12 | 68.87 | - |
| YUV | 93.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 220 | 0.33 | 0.81 | 0 | 0.14 | 275.73 | 0.72 | 0.51 |
| Hex | 94 | 2A | DC | 21 | 51 | 0 | E | 114 | 48 | 33 |
| Octal | 224 | 52 | 334 | 41 | 121 | 0 | 16 | 424 | 110 | 63 |
| Binary | 10010100 | 101010 | 11011100 | 100001 | 1010001 | 0 | 1110 | 100010100 | 1001000 | 110011 |
Color Harmonies of #942ADC
Complementary color
Monochromatic Colors of #942ADC
Black with #942ADC
Text Example
Text Example
White with #942ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942ADC; }
p { color: rgb(148,42,220); }
H1.HeaderClassName
{
color: #942ADC;
}
.AnyTagClassName
{
color: #942ADC;
}
</style>
background-color css
<style>
a { background-color: #942ADC; }
a { background-color: rgb(148,42,220); }
div.DivClassName
{
background-color: #942ADC;
}
.BgClassName
{
background-color: #942ADC;
}
</style>
border-color css
<style>
span { border-color: #942ADC; }
span { border-color: rgb(148,42,220); }
td.TdClassName
{
border-color: #942ADC;
}
.TagClassName
{
border-color: #942ADC;
}
</style>