Shades of Medium Purple #947FDC
Tints of Medium Purple #947FDC
RGB
CMYK
RGB Variations
Color information
#947FDC (or 0x947FDC) is known color: Medium Purple. HEX triplet: 94, 7F and DC. RGB value is (148,127,220). Sum of RGB (Red+Green+Blue) = 148+127+220=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #947FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FDC is #6B8023. Grayscale: #8F8F8F. Windows color (decimal): -7045156 or 14450580. OLE color: 14450580.
HSL color Cylindrical-coordinate representation of color #947FDC: hue angle of 253.55º degrees, saturation: 0.57, 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 #947FDC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 127 | 220 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.14 |
| HSL | 253.55º | 0.57% | 0.68% | - |
| HSV(B) | 253.55º | 0.42% | 0.86% | - |
| XYZ | 32.72 | 26.64 | 71.13 | - |
| YUV | 143.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 220 | 0.33 | 0.42 | 0 | 0.14 | 253.55 | 0.57 | 0.68 |
| Hex | 94 | 7F | DC | 21 | 2A | 0 | E | FE | 39 | 44 |
| Octal | 224 | 177 | 334 | 41 | 52 | 0 | 16 | 376 | 71 | 104 |
| Binary | 10010100 | 1111111 | 11011100 | 100001 | 101010 | 0 | 1110 | 11111110 | 111001 | 1000100 |
Color Harmonies of #947FDC
Complementary color
Monochromatic Colors of #947FDC
Black with #947FDC
Text Example
Text Example
White with #947FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FDC; }
p { color: rgb(148,127,220); }
H1.HeaderClassName
{
color: #947FDC;
}
.AnyTagClassName
{
color: #947FDC;
}
</style>
background-color css
<style>
a { background-color: #947FDC; }
a { background-color: rgb(148,127,220); }
div.DivClassName
{
background-color: #947FDC;
}
.BgClassName
{
background-color: #947FDC;
}
</style>
border-color css
<style>
span { border-color: #947FDC; }
span { border-color: rgb(148,127,220); }
td.TdClassName
{
border-color: #947FDC;
}
.TagClassName
{
border-color: #947FDC;
}
</style>