Shades of Medium Purple #9555E5
Tints of Medium Purple #9555E5
RGB
CMYK
RGB Variations
Color information
#9555E5 (or 0x9555E5) is known color: Medium Purple. HEX triplet: 95, 55 and E5. RGB value is (149,85,229). Sum of RGB (Red+Green+Blue) = 149+85+229=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #9555E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555E5 is #6AAA1A. Grayscale: #787878. Windows color (decimal): -6990363 or 15029653. OLE color: 15029653.
HSL color Cylindrical-coordinate representation of color #9555E5: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9555E5 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 85 | 229 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.10 |
| HSL | 266.67º | 0.73% | 0.62% | - |
| HSV(B) | 266.67º | 0.63% | 0.9% | - |
| XYZ | 29.79 | 18.54 | 76.14 | - |
| YUV | 120.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 229 | 0.35 | 0.63 | 0 | 0.10 | 266.67 | 0.73 | 0.62 |
| Hex | 95 | 55 | E5 | 23 | 3F | 0 | A | 10B | 49 | 3E |
| Octal | 225 | 125 | 345 | 43 | 77 | 0 | 12 | 413 | 111 | 76 |
| Binary | 10010101 | 1010101 | 11100101 | 100011 | 111111 | 0 | 1010 | 100001011 | 1001001 | 111110 |
Color Harmonies of #9555E5
Complementary color
Monochromatic Colors of #9555E5
Black with #9555E5
Text Example
Text Example
White with #9555E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555E5; }
p { color: rgb(149,85,229); }
H1.HeaderClassName
{
color: #9555E5;
}
.AnyTagClassName
{
color: #9555E5;
}
</style>
background-color css
<style>
a { background-color: #9555E5; }
a { background-color: rgb(149,85,229); }
div.DivClassName
{
background-color: #9555E5;
}
.BgClassName
{
background-color: #9555E5;
}
</style>
border-color css
<style>
span { border-color: #9555E5; }
span { border-color: rgb(149,85,229); }
td.TdClassName
{
border-color: #9555E5;
}
.TagClassName
{
border-color: #9555E5;
}
</style>