Shades of Medium Purple #9475E7
Tints of Medium Purple #9475E7
RGB
CMYK
RGB Variations
Color information
#9475E7 (or 0x9475E7) is known color: Medium Purple. HEX triplet: 94, 75 and E7. RGB value is (148,117,231). Sum of RGB (Red+Green+Blue) = 148+117+231=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #9475E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475E7 is #6B8A18. Grayscale: #8A8A8A. Windows color (decimal): -7047705 or 15168916. OLE color: 15168916.
HSL color Cylindrical-coordinate representation of color #9475E7: hue angle of 256.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9475E7 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 117 | 231 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.09 |
| HSL | 256.32º | 0.7% | 0.68% | - |
| HSV(B) | 256.32º | 0.49% | 0.91% | - |
| XYZ | 33 | 24.79 | 78.65 | - |
| YUV | 139.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 231 | 0.36 | 0.49 | 0 | 0.09 | 256.32 | 0.7 | 0.68 |
| Hex | 94 | 75 | E7 | 24 | 31 | 0 | 9 | 100 | 46 | 44 |
| Octal | 224 | 165 | 347 | 44 | 61 | 0 | 11 | 400 | 106 | 104 |
| Binary | 10010100 | 1110101 | 11100111 | 100100 | 110001 | 0 | 1001 | 100000000 | 1000110 | 1000100 |
Color Harmonies of #9475E7
Complementary color
Monochromatic Colors of #9475E7
Black with #9475E7
Text Example
Text Example
White with #9475E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475E7; }
p { color: rgb(148,117,231); }
H1.HeaderClassName
{
color: #9475E7;
}
.AnyTagClassName
{
color: #9475E7;
}
</style>
background-color css
<style>
a { background-color: #9475E7; }
a { background-color: rgb(148,117,231); }
div.DivClassName
{
background-color: #9475E7;
}
.BgClassName
{
background-color: #9475E7;
}
</style>
border-color css
<style>
span { border-color: #9475E7; }
span { border-color: rgb(148,117,231); }
td.TdClassName
{
border-color: #9475E7;
}
.TagClassName
{
border-color: #9475E7;
}
</style>