Shades of Medium Purple #9575EF
Tints of Medium Purple #9575EF
RGB
CMYK
RGB Variations
Color information
#9575EF (or 0x9575EF) is known color: Medium Purple. HEX triplet: 95, 75 and EF. RGB value is (149,117,239). Sum of RGB (Red+Green+Blue) = 149+117+239=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #9575EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575EF is #6A8A10. Grayscale: #8C8C8C. Windows color (decimal): -6982161 or 15693205. OLE color: 15693205.
HSL color Cylindrical-coordinate representation of color #9575EF: hue angle of 255.74º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9575EF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 117 | 239 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.06 |
| HSL | 255.74º | 0.79% | 0.7% | - |
| HSV(B) | 255.74º | 0.51% | 0.94% | - |
| XYZ | 34.34 | 25.34 | 84.74 | - |
| YUV | 140.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 239 | 0.38 | 0.51 | 0 | 0.06 | 255.74 | 0.79 | 0.7 |
| Hex | 95 | 75 | EF | 26 | 33 | 0 | 6 | 100 | 4F | 46 |
| Octal | 225 | 165 | 357 | 46 | 63 | 0 | 6 | 400 | 117 | 106 |
| Binary | 10010101 | 1110101 | 11101111 | 100110 | 110011 | 0 | 110 | 100000000 | 1001111 | 1000110 |
Color Harmonies of #9575EF
Complementary color
Monochromatic Colors of #9575EF
Black with #9575EF
Text Example
Text Example
White with #9575EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575EF; }
p { color: rgb(149,117,239); }
H1.HeaderClassName
{
color: #9575EF;
}
.AnyTagClassName
{
color: #9575EF;
}
</style>
background-color css
<style>
a { background-color: #9575EF; }
a { background-color: rgb(149,117,239); }
div.DivClassName
{
background-color: #9575EF;
}
.BgClassName
{
background-color: #9575EF;
}
</style>
border-color css
<style>
span { border-color: #9575EF; }
span { border-color: rgb(149,117,239); }
td.TdClassName
{
border-color: #9575EF;
}
.TagClassName
{
border-color: #9575EF;
}
</style>