Shades of Medium Purple #947FD5
Tints of Medium Purple #947FD5
RGB
CMYK
RGB Variations
Color information
#947FD5 (or 0x947FD5) is known color: Medium Purple. HEX triplet: 94, 7F and D5. RGB value is (148,127,213). Sum of RGB (Red+Green+Blue) = 148+127+213=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #947FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FD5 is #6B802A. Grayscale: #8E8E8E. Windows color (decimal): -7045163 or 13991828. OLE color: 13991828.
HSL color Cylindrical-coordinate representation of color #947FD5: hue angle of 254.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947FD5 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 127 | 213 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.16 |
| HSL | 254.65º | 0.51% | 0.67% | - |
| HSV(B) | 254.65º | 0.4% | 0.84% | - |
| XYZ | 31.81 | 26.28 | 66.35 | - |
| YUV | 143.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 213 | 0.31 | 0.40 | 0 | 0.16 | 254.65 | 0.51 | 0.67 |
| Hex | 94 | 7F | D5 | 1F | 28 | 0 | 10 | FF | 33 | 43 |
| Octal | 224 | 177 | 325 | 37 | 50 | 0 | 20 | 377 | 63 | 103 |
| Binary | 10010100 | 1111111 | 11010101 | 11111 | 101000 | 0 | 10000 | 11111111 | 110011 | 1000011 |
Color Harmonies of #947FD5
Complementary color
Monochromatic Colors of #947FD5
Black with #947FD5
Text Example
Text Example
White with #947FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FD5; }
p { color: rgb(148,127,213); }
H1.HeaderClassName
{
color: #947FD5;
}
.AnyTagClassName
{
color: #947FD5;
}
</style>
background-color css
<style>
a { background-color: #947FD5; }
a { background-color: rgb(148,127,213); }
div.DivClassName
{
background-color: #947FD5;
}
.BgClassName
{
background-color: #947FD5;
}
</style>
border-color css
<style>
span { border-color: #947FD5; }
span { border-color: rgb(148,127,213); }
td.TdClassName
{
border-color: #947FD5;
}
.TagClassName
{
border-color: #947FD5;
}
</style>