Shades of Medium Purple #9476DA
Tints of Medium Purple #9476DA
RGB
CMYK
RGB Variations
Color information
#9476DA (or 0x9476DA) is known color: Medium Purple. HEX triplet: 94, 76 and DA. RGB value is (148,118,218). Sum of RGB (Red+Green+Blue) = 148+118+218=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #9476DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476DA is #6B8925. Grayscale: #898989. Windows color (decimal): -7047462 or 14317204. OLE color: 14317204.
HSL color Cylindrical-coordinate representation of color #9476DA: hue angle of 258º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9476DA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 118 | 218 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.15 |
| HSL | 258º | 0.57% | 0.66% | - |
| HSV(B) | 258º | 0.46% | 0.85% | - |
| XYZ | 31.35 | 24.31 | 69.37 | - |
| YUV | 138.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 218 | 0.32 | 0.46 | 0 | 0.15 | 258 | 0.57 | 0.66 |
| Hex | 94 | 76 | DA | 20 | 2E | 0 | F | 102 | 39 | 42 |
| Octal | 224 | 166 | 332 | 40 | 56 | 0 | 17 | 402 | 71 | 102 |
| Binary | 10010100 | 1110110 | 11011010 | 100000 | 101110 | 0 | 1111 | 100000010 | 111001 | 1000010 |
Color Harmonies of #9476DA
Complementary color
Monochromatic Colors of #9476DA
Black with #9476DA
Text Example
Text Example
White with #9476DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9476DA; }
p { color: rgb(148,118,218); }
H1.HeaderClassName
{
color: #9476DA;
}
.AnyTagClassName
{
color: #9476DA;
}
</style>
background-color css
<style>
a { background-color: #9476DA; }
a { background-color: rgb(148,118,218); }
div.DivClassName
{
background-color: #9476DA;
}
.BgClassName
{
background-color: #9476DA;
}
</style>
border-color css
<style>
span { border-color: #9476DA; }
span { border-color: rgb(148,118,218); }
td.TdClassName
{
border-color: #9476DA;
}
.TagClassName
{
border-color: #9476DA;
}
</style>