Shades of Medium Purple #946FD5
Tints of Medium Purple #946FD5
RGB
CMYK
RGB Variations
Color information
#946FD5 (or 0x946FD5) is known color: Medium Purple. HEX triplet: 94, 6F and D5. RGB value is (148,111,213). Sum of RGB (Red+Green+Blue) = 148+111+213=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #946FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FD5 is #6B902A. Grayscale: #858585. Windows color (decimal): -7049259 or 13987732. OLE color: 13987732.
HSL color Cylindrical-coordinate representation of color #946FD5: hue angle of 261.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946FD5 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 111 | 213 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.16 |
| HSL | 261.76º | 0.55% | 0.64% | - |
| HSV(B) | 261.76º | 0.48% | 0.84% | - |
| XYZ | 29.91 | 22.47 | 65.71 | - |
| YUV | 133.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 213 | 0.31 | 0.48 | 0 | 0.16 | 261.76 | 0.55 | 0.64 |
| Hex | 94 | 6F | D5 | 1F | 30 | 0 | 10 | 106 | 37 | 40 |
| Octal | 224 | 157 | 325 | 37 | 60 | 0 | 20 | 406 | 67 | 100 |
| Binary | 10010100 | 1101111 | 11010101 | 11111 | 110000 | 0 | 10000 | 100000110 | 110111 | 1000000 |
Color Harmonies of #946FD5
Complementary color
Monochromatic Colors of #946FD5
Black with #946FD5
Text Example
Text Example
White with #946FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FD5; }
p { color: rgb(148,111,213); }
H1.HeaderClassName
{
color: #946FD5;
}
.AnyTagClassName
{
color: #946FD5;
}
</style>
background-color css
<style>
a { background-color: #946FD5; }
a { background-color: rgb(148,111,213); }
div.DivClassName
{
background-color: #946FD5;
}
.BgClassName
{
background-color: #946FD5;
}
</style>
border-color css
<style>
span { border-color: #946FD5; }
span { border-color: rgb(148,111,213); }
td.TdClassName
{
border-color: #946FD5;
}
.TagClassName
{
border-color: #946FD5;
}
</style>