Shades of Medium Purple #9478DF
Tints of Medium Purple #9478DF
RGB
CMYK
RGB Variations
Color information
#9478DF (or 0x9478DF) is known color: Medium Purple. HEX triplet: 94, 78 and DF. RGB value is (148,120,223). Sum of RGB (Red+Green+Blue) = 148+120+223=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9478DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478DF is #6B8720. Grayscale: #8B8B8B. Windows color (decimal): -7046945 or 14645396. OLE color: 14645396.
HSL color Cylindrical-coordinate representation of color #9478DF: hue angle of 256.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9478DF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 120 | 223 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.13 |
| HSL | 256.31º | 0.62% | 0.67% | - |
| HSV(B) | 256.31º | 0.46% | 0.87% | - |
| XYZ | 32.25 | 25.06 | 72.95 | - |
| YUV | 140.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 223 | 0.34 | 0.46 | 0 | 0.13 | 256.31 | 0.62 | 0.67 |
| Hex | 94 | 78 | DF | 22 | 2E | 0 | D | 100 | 3E | 43 |
| Octal | 224 | 170 | 337 | 42 | 56 | 0 | 15 | 400 | 76 | 103 |
| Binary | 10010100 | 1111000 | 11011111 | 100010 | 101110 | 0 | 1101 | 100000000 | 111110 | 1000011 |
Color Harmonies of #9478DF
Complementary color
Monochromatic Colors of #9478DF
Black with #9478DF
Text Example
Text Example
White with #9478DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478DF; }
p { color: rgb(148,120,223); }
H1.HeaderClassName
{
color: #9478DF;
}
.AnyTagClassName
{
color: #9478DF;
}
</style>
background-color css
<style>
a { background-color: #9478DF; }
a { background-color: rgb(148,120,223); }
div.DivClassName
{
background-color: #9478DF;
}
.BgClassName
{
background-color: #9478DF;
}
</style>
border-color css
<style>
span { border-color: #9478DF; }
span { border-color: rgb(148,120,223); }
td.TdClassName
{
border-color: #9478DF;
}
.TagClassName
{
border-color: #9478DF;
}
</style>