Shades of Medium Purple #9575EA
Tints of Medium Purple #9575EA
RGB
CMYK
RGB Variations
Color information
#9575EA (or 0x9575EA) is known color: Medium Purple. HEX triplet: 95, 75 and EA. RGB value is (149,117,234). Sum of RGB (Red+Green+Blue) = 149+117+234=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9575EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575EA is #6A8A15. Grayscale: #8B8B8B. Windows color (decimal): -6982166 or 15365525. OLE color: 15365525.
HSL color Cylindrical-coordinate representation of color #9575EA: hue angle of 256.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9575EA is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 117 | 234 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.08 |
| HSL | 256.41º | 0.74% | 0.69% | - |
| HSV(B) | 256.41º | 0.5% | 0.92% | - |
| XYZ | 33.61 | 25.05 | 80.91 | - |
| YUV | 139.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 234 | 0.36 | 0.5 | 0 | 0.08 | 256.41 | 0.74 | 0.69 |
| Hex | 95 | 75 | EA | 24 | 32 | 0 | 8 | 100 | 4A | 45 |
| Octal | 225 | 165 | 352 | 44 | 62 | 0 | 10 | 400 | 112 | 105 |
| Binary | 10010101 | 1110101 | 11101010 | 100100 | 110010 | 0 | 1000 | 100000000 | 1001010 | 1000101 |
Color Harmonies of #9575EA
Complementary color
Monochromatic Colors of #9575EA
Black with #9575EA
Text Example
Text Example
White with #9575EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575EA; }
p { color: rgb(149,117,234); }
H1.HeaderClassName
{
color: #9575EA;
}
.AnyTagClassName
{
color: #9575EA;
}
</style>
background-color css
<style>
a { background-color: #9575EA; }
a { background-color: rgb(149,117,234); }
div.DivClassName
{
background-color: #9575EA;
}
.BgClassName
{
background-color: #9575EA;
}
</style>
border-color css
<style>
span { border-color: #9575EA; }
span { border-color: rgb(149,117,234); }
td.TdClassName
{
border-color: #9575EA;
}
.TagClassName
{
border-color: #9575EA;
}
</style>