Shades of Medium Purple #9555E8
Tints of Medium Purple #9555E8
RGB
CMYK
RGB Variations
Color information
#9555E8 (or 0x9555E8) is known color: Medium Purple. HEX triplet: 95, 55 and E8. RGB value is (149,85,232). Sum of RGB (Red+Green+Blue) = 149+85+232=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #9555E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9555E8 is #6AAA17. Grayscale: #787878. Windows color (decimal): -6990360 or 15226261. OLE color: 15226261.
HSL color Cylindrical-coordinate representation of color #9555E8: hue angle of 266.12º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9555E8 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 85 | 232 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.09 |
| HSL | 266.12º | 0.76% | 0.62% | - |
| HSV(B) | 266.12º | 0.63% | 0.91% | - |
| XYZ | 30.21 | 18.71 | 78.36 | - |
| YUV | 120.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 232 | 0.36 | 0.63 | 0 | 0.09 | 266.12 | 0.76 | 0.62 |
| Hex | 95 | 55 | E8 | 24 | 3F | 0 | 9 | 10A | 4C | 3E |
| Octal | 225 | 125 | 350 | 44 | 77 | 0 | 11 | 412 | 114 | 76 |
| Binary | 10010101 | 1010101 | 11101000 | 100100 | 111111 | 0 | 1001 | 100001010 | 1001100 | 111110 |
Color Harmonies of #9555E8
Complementary color
Monochromatic Colors of #9555E8
Black with #9555E8
Text Example
Text Example
White with #9555E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555E8; }
p { color: rgb(149,85,232); }
H1.HeaderClassName
{
color: #9555E8;
}
.AnyTagClassName
{
color: #9555E8;
}
</style>
background-color css
<style>
a { background-color: #9555E8; }
a { background-color: rgb(149,85,232); }
div.DivClassName
{
background-color: #9555E8;
}
.BgClassName
{
background-color: #9555E8;
}
</style>
border-color css
<style>
span { border-color: #9555E8; }
span { border-color: rgb(149,85,232); }
td.TdClassName
{
border-color: #9555E8;
}
.TagClassName
{
border-color: #9555E8;
}
</style>