Shades of Medium Purple #947EDB
Tints of Medium Purple #947EDB
RGB
CMYK
RGB Variations
Color information
#947EDB (or 0x947EDB) is known color: Medium Purple. HEX triplet: 94, 7E and DB. RGB value is (148,126,219). Sum of RGB (Red+Green+Blue) = 148+126+219=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #947EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EDB is #6B8124. Grayscale: #8E8E8E. Windows color (decimal): -7045413 or 14384788. OLE color: 14384788.
HSL color Cylindrical-coordinate representation of color #947EDB: hue angle of 254.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947EDB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 126 | 219 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.14 |
| HSL | 254.19º | 0.56% | 0.68% | - |
| HSV(B) | 254.19º | 0.42% | 0.86% | - |
| XYZ | 32.46 | 26.33 | 70.39 | - |
| YUV | 143.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 219 | 0.32 | 0.42 | 0 | 0.14 | 254.19 | 0.56 | 0.68 |
| Hex | 94 | 7E | DB | 20 | 2A | 0 | E | FE | 38 | 44 |
| Octal | 224 | 176 | 333 | 40 | 52 | 0 | 16 | 376 | 70 | 104 |
| Binary | 10010100 | 1111110 | 11011011 | 100000 | 101010 | 0 | 1110 | 11111110 | 111000 | 1000100 |
Color Harmonies of #947EDB
Complementary color
Monochromatic Colors of #947EDB
Black with #947EDB
Text Example
Text Example
White with #947EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EDB; }
p { color: rgb(148,126,219); }
H1.HeaderClassName
{
color: #947EDB;
}
.AnyTagClassName
{
color: #947EDB;
}
</style>
background-color css
<style>
a { background-color: #947EDB; }
a { background-color: rgb(148,126,219); }
div.DivClassName
{
background-color: #947EDB;
}
.BgClassName
{
background-color: #947EDB;
}
</style>
border-color css
<style>
span { border-color: #947EDB; }
span { border-color: rgb(148,126,219); }
td.TdClassName
{
border-color: #947EDB;
}
.TagClassName
{
border-color: #947EDB;
}
</style>