Shades of Medium Purple #9575EE
Tints of Medium Purple #9575EE
RGB
CMYK
RGB Variations
Color information
#9575EE (or 0x9575EE) is known color: Medium Purple. HEX triplet: 95, 75 and EE. RGB value is (149,117,238). Sum of RGB (Red+Green+Blue) = 149+117+238=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #9575EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575EE is #6A8A11. Grayscale: #8B8B8B. Windows color (decimal): -6982162 or 15627669. OLE color: 15627669.
HSL color Cylindrical-coordinate representation of color #9575EE: hue angle of 255.87º 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 #9575EE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 117 | 238 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.07 |
| HSL | 255.87º | 0.78% | 0.7% | - |
| HSV(B) | 255.87º | 0.51% | 0.93% | - |
| XYZ | 34.19 | 25.29 | 83.97 | - |
| YUV | 140.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 238 | 0.37 | 0.51 | 0 | 0.07 | 255.87 | 0.78 | 0.7 |
| Hex | 95 | 75 | EE | 25 | 33 | 0 | 7 | 100 | 4E | 46 |
| Octal | 225 | 165 | 356 | 45 | 63 | 0 | 7 | 400 | 116 | 106 |
| Binary | 10010101 | 1110101 | 11101110 | 100101 | 110011 | 0 | 111 | 100000000 | 1001110 | 1000110 |
Color Harmonies of #9575EE
Complementary color
Monochromatic Colors of #9575EE
Black with #9575EE
Text Example
Text Example
White with #9575EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575EE; }
p { color: rgb(149,117,238); }
H1.HeaderClassName
{
color: #9575EE;
}
.AnyTagClassName
{
color: #9575EE;
}
</style>
background-color css
<style>
a { background-color: #9575EE; }
a { background-color: rgb(149,117,238); }
div.DivClassName
{
background-color: #9575EE;
}
.BgClassName
{
background-color: #9575EE;
}
</style>
border-color css
<style>
span { border-color: #9575EE; }
span { border-color: rgb(149,117,238); }
td.TdClassName
{
border-color: #9575EE;
}
.TagClassName
{
border-color: #9575EE;
}
</style>