Shades of Medium Purple #9475EE
Tints of Medium Purple #9475EE
RGB
CMYK
RGB Variations
Color information
#9475EE (or 0x9475EE) is known color: Medium Purple. HEX triplet: 94, 75 and EE. RGB value is (148,117,238). Sum of RGB (Red+Green+Blue) = 148+117+238=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #9475EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475EE is #6B8A11. Grayscale: #8B8B8B. Windows color (decimal): -7047698 or 15627668. OLE color: 15627668.
HSL color Cylindrical-coordinate representation of color #9475EE: hue angle of 255.37º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9475EE is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 117 | 238 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.07 |
| HSL | 255.37º | 0.78% | 0.7% | - |
| HSV(B) | 255.37º | 0.51% | 0.93% | - |
| XYZ | 34.01 | 25.19 | 83.96 | - |
| YUV | 140.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 238 | 0.38 | 0.51 | 0 | 0.07 | 255.37 | 0.78 | 0.7 |
| Hex | 94 | 75 | EE | 26 | 33 | 0 | 7 | FF | 4E | 46 |
| Octal | 224 | 165 | 356 | 46 | 63 | 0 | 7 | 377 | 116 | 106 |
| Binary | 10010100 | 1110101 | 11101110 | 100110 | 110011 | 0 | 111 | 11111111 | 1001110 | 1000110 |
Color Harmonies of #9475EE
Complementary color
Monochromatic Colors of #9475EE
Black with #9475EE
Text Example
Text Example
White with #9475EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475EE; }
p { color: rgb(148,117,238); }
H1.HeaderClassName
{
color: #9475EE;
}
.AnyTagClassName
{
color: #9475EE;
}
</style>
background-color css
<style>
a { background-color: #9475EE; }
a { background-color: rgb(148,117,238); }
div.DivClassName
{
background-color: #9475EE;
}
.BgClassName
{
background-color: #9475EE;
}
</style>
border-color css
<style>
span { border-color: #9475EE; }
span { border-color: rgb(148,117,238); }
td.TdClassName
{
border-color: #9475EE;
}
.TagClassName
{
border-color: #9475EE;
}
</style>