Shades of Medium Purple #946ADC
Tints of Medium Purple #946ADC
RGB
CMYK
RGB Variations
Color information
#946ADC (or 0x946ADC) is known color: Medium Purple. HEX triplet: 94, 6A and DC. RGB value is (148,106,220). Sum of RGB (Red+Green+Blue) = 148+106+220=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #946ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ADC is #6B9523. Grayscale: #838383. Windows color (decimal): -7050532 or 14445204. OLE color: 14445204.
HSL color Cylindrical-coordinate representation of color #946ADC: hue angle of 262.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946ADC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 106 | 220 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.14 |
| HSL | 262.11º | 0.62% | 0.64% | - |
| HSV(B) | 262.11º | 0.52% | 0.86% | - |
| XYZ | 30.29 | 21.77 | 70.32 | - |
| YUV | 131.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 220 | 0.33 | 0.52 | 0 | 0.14 | 262.11 | 0.62 | 0.64 |
| Hex | 94 | 6A | DC | 21 | 34 | 0 | E | 106 | 3E | 40 |
| Octal | 224 | 152 | 334 | 41 | 64 | 0 | 16 | 406 | 76 | 100 |
| Binary | 10010100 | 1101010 | 11011100 | 100001 | 110100 | 0 | 1110 | 100000110 | 111110 | 1000000 |
Color Harmonies of #946ADC
Complementary color
Monochromatic Colors of #946ADC
Black with #946ADC
Text Example
Text Example
White with #946ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946ADC; }
p { color: rgb(148,106,220); }
H1.HeaderClassName
{
color: #946ADC;
}
.AnyTagClassName
{
color: #946ADC;
}
</style>
background-color css
<style>
a { background-color: #946ADC; }
a { background-color: rgb(148,106,220); }
div.DivClassName
{
background-color: #946ADC;
}
.BgClassName
{
background-color: #946ADC;
}
</style>
border-color css
<style>
span { border-color: #946ADC; }
span { border-color: rgb(148,106,220); }
td.TdClassName
{
border-color: #946ADC;
}
.TagClassName
{
border-color: #946ADC;
}
</style>