Shades of Medium Purple #9477DC
Tints of Medium Purple #9477DC
RGB
CMYK
RGB Variations
Color information
#9477DC (or 0x9477DC) is known color: Medium Purple. HEX triplet: 94, 77 and DC. RGB value is (148,119,220). Sum of RGB (Red+Green+Blue) = 148+119+220=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9477DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477DC is #6B8823. Grayscale: #8A8A8A. Windows color (decimal): -7047204 or 14448532. OLE color: 14448532.
HSL color Cylindrical-coordinate representation of color #9477DC: hue angle of 257.23º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9477DC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 119 | 220 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.14 |
| HSL | 257.23º | 0.59% | 0.66% | - |
| HSV(B) | 257.23º | 0.46% | 0.86% | - |
| XYZ | 31.73 | 24.66 | 70.8 | - |
| YUV | 139.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 220 | 0.33 | 0.46 | 0 | 0.14 | 257.23 | 0.59 | 0.66 |
| Hex | 94 | 77 | DC | 21 | 2E | 0 | E | 101 | 3B | 42 |
| Octal | 224 | 167 | 334 | 41 | 56 | 0 | 16 | 401 | 73 | 102 |
| Binary | 10010100 | 1110111 | 11011100 | 100001 | 101110 | 0 | 1110 | 100000001 | 111011 | 1000010 |
Color Harmonies of #9477DC
Complementary color
Monochromatic Colors of #9477DC
Black with #9477DC
Text Example
Text Example
White with #9477DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9477DC; }
p { color: rgb(148,119,220); }
H1.HeaderClassName
{
color: #9477DC;
}
.AnyTagClassName
{
color: #9477DC;
}
</style>
background-color css
<style>
a { background-color: #9477DC; }
a { background-color: rgb(148,119,220); }
div.DivClassName
{
background-color: #9477DC;
}
.BgClassName
{
background-color: #9477DC;
}
</style>
border-color css
<style>
span { border-color: #9477DC; }
span { border-color: rgb(148,119,220); }
td.TdClassName
{
border-color: #9477DC;
}
.TagClassName
{
border-color: #9477DC;
}
</style>