Shades of Medium Purple #947FD3
Tints of Medium Purple #947FD3
RGB
CMYK
RGB Variations
Color information
#947FD3 (or 0x947FD3) is known color: Medium Purple. HEX triplet: 94, 7F and D3. RGB value is (148,127,211). Sum of RGB (Red+Green+Blue) = 148+127+211=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #947FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FD3 is #6B802C. Grayscale: #8E8E8E. Windows color (decimal): -7045165 or 13860756. OLE color: 13860756.
HSL color Cylindrical-coordinate representation of color #947FD3: hue angle of 255º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947FD3 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 127 | 211 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.17 |
| HSL | 255º | 0.49% | 0.66% | - |
| HSV(B) | 255º | 0.4% | 0.83% | - |
| XYZ | 31.56 | 26.18 | 65.02 | - |
| YUV | 142.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 211 | 0.30 | 0.40 | 0 | 0.17 | 255 | 0.49 | 0.66 |
| Hex | 94 | 7F | D3 | 1E | 28 | 0 | 11 | FF | 31 | 42 |
| Octal | 224 | 177 | 323 | 36 | 50 | 0 | 21 | 377 | 61 | 102 |
| Binary | 10010100 | 1111111 | 11010011 | 11110 | 101000 | 0 | 10001 | 11111111 | 110001 | 1000010 |
Color Harmonies of #947FD3
Complementary color
Monochromatic Colors of #947FD3
Black with #947FD3
Text Example
Text Example
White with #947FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FD3; }
p { color: rgb(148,127,211); }
H1.HeaderClassName
{
color: #947FD3;
}
.AnyTagClassName
{
color: #947FD3;
}
</style>
background-color css
<style>
a { background-color: #947FD3; }
a { background-color: rgb(148,127,211); }
div.DivClassName
{
background-color: #947FD3;
}
.BgClassName
{
background-color: #947FD3;
}
</style>
border-color css
<style>
span { border-color: #947FD3; }
span { border-color: rgb(148,127,211); }
td.TdClassName
{
border-color: #947FD3;
}
.TagClassName
{
border-color: #947FD3;
}
</style>