Shades of Medium Purple #9577EB
Tints of Medium Purple #9577EB
RGB
CMYK
RGB Variations
Color information
#9577EB (or 0x9577EB) is known color: Medium Purple. HEX triplet: 95, 77 and EB. RGB value is (149,119,235). Sum of RGB (Red+Green+Blue) = 149+119+235=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #9577EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9577EB is #6A8814. Grayscale: #8C8C8C. Windows color (decimal): -6981653 or 15431573. OLE color: 15431573.
HSL color Cylindrical-coordinate representation of color #9577EB: hue angle of 255.52º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9577EB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 119 | 235 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.08 |
| HSL | 255.52º | 0.74% | 0.69% | - |
| HSV(B) | 255.52º | 0.49% | 0.92% | - |
| XYZ | 33.99 | 25.58 | 81.74 | - |
| YUV | 141.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 235 | 0.37 | 0.49 | 0 | 0.08 | 255.52 | 0.74 | 0.69 |
| Hex | 95 | 77 | EB | 25 | 31 | 0 | 8 | 100 | 4A | 45 |
| Octal | 225 | 167 | 353 | 45 | 61 | 0 | 10 | 400 | 112 | 105 |
| Binary | 10010101 | 1110111 | 11101011 | 100101 | 110001 | 0 | 1000 | 100000000 | 1001010 | 1000101 |
Color Harmonies of #9577EB
Complementary color
Monochromatic Colors of #9577EB
Black with #9577EB
Text Example
Text Example
White with #9577EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9577EB; }
p { color: rgb(149,119,235); }
H1.HeaderClassName
{
color: #9577EB;
}
.AnyTagClassName
{
color: #9577EB;
}
</style>
background-color css
<style>
a { background-color: #9577EB; }
a { background-color: rgb(149,119,235); }
div.DivClassName
{
background-color: #9577EB;
}
.BgClassName
{
background-color: #9577EB;
}
</style>
border-color css
<style>
span { border-color: #9577EB; }
span { border-color: rgb(149,119,235); }
td.TdClassName
{
border-color: #9577EB;
}
.TagClassName
{
border-color: #9577EB;
}
</style>