Shades of Medium Purple #947DD5
Tints of Medium Purple #947DD5
RGB
CMYK
RGB Variations
Color information
#947DD5 (or 0x947DD5) is known color: Medium Purple. HEX triplet: 94, 7D and D5. RGB value is (148,125,213). Sum of RGB (Red+Green+Blue) = 148+125+213=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #947DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DD5 is #6B822A. Grayscale: #8D8D8D. Windows color (decimal): -7045675 or 13991316. OLE color: 13991316.
HSL color Cylindrical-coordinate representation of color #947DD5: hue angle of 255.68º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947DD5 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 125 | 213 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.16 |
| HSL | 255.68º | 0.51% | 0.66% | - |
| HSV(B) | 255.68º | 0.41% | 0.84% | - |
| XYZ | 31.56 | 25.77 | 66.26 | - |
| YUV | 141.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 213 | 0.31 | 0.41 | 0 | 0.16 | 255.68 | 0.51 | 0.66 |
| Hex | 94 | 7D | D5 | 1F | 29 | 0 | 10 | 100 | 33 | 42 |
| Octal | 224 | 175 | 325 | 37 | 51 | 0 | 20 | 400 | 63 | 102 |
| Binary | 10010100 | 1111101 | 11010101 | 11111 | 101001 | 0 | 10000 | 100000000 | 110011 | 1000010 |
Color Harmonies of #947DD5
Complementary color
Monochromatic Colors of #947DD5
Black with #947DD5
Text Example
Text Example
White with #947DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947DD5; }
p { color: rgb(148,125,213); }
H1.HeaderClassName
{
color: #947DD5;
}
.AnyTagClassName
{
color: #947DD5;
}
</style>
background-color css
<style>
a { background-color: #947DD5; }
a { background-color: rgb(148,125,213); }
div.DivClassName
{
background-color: #947DD5;
}
.BgClassName
{
background-color: #947DD5;
}
</style>
border-color css
<style>
span { border-color: #947DD5; }
span { border-color: rgb(148,125,213); }
td.TdClassName
{
border-color: #947DD5;
}
.TagClassName
{
border-color: #947DD5;
}
</style>