Shades of Medium Purple #9187E8
Tints of Medium Purple #9187E8
RGB
CMYK
RGB Variations
Color information
#9187E8 (or 0x9187E8) is known color: Medium Purple. HEX triplet: 91, 87 and E8. RGB value is (145,135,232). Sum of RGB (Red+Green+Blue) = 145+135+232=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #9187E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9187E8 is #6E7817. Grayscale: #949494. Windows color (decimal): -7239704 or 15239057. OLE color: 15239057.
HSL color Cylindrical-coordinate representation of color #9187E8: hue angle of 246.19º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9187E8 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 135 | 232 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.09 |
| HSL | 246.19º | 0.68% | 0.72% | - |
| HSV(B) | 246.19º | 0.42% | 0.91% | - |
| XYZ | 34.91 | 29.17 | 80.14 | - |
| YUV | 149.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 232 | 0.38 | 0.42 | 0 | 0.09 | 246.19 | 0.68 | 0.72 |
| Hex | 91 | 87 | E8 | 26 | 2A | 0 | 9 | F6 | 44 | 48 |
| Octal | 221 | 207 | 350 | 46 | 52 | 0 | 11 | 366 | 104 | 110 |
| Binary | 10010001 | 10000111 | 11101000 | 100110 | 101010 | 0 | 1001 | 11110110 | 1000100 | 1001000 |
Color Harmonies of #9187E8
Complementary color
Monochromatic Colors of #9187E8
Black with #9187E8
Text Example
Text Example
White with #9187E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187E8; }
p { color: rgb(145,135,232); }
H1.HeaderClassName
{
color: #9187E8;
}
.AnyTagClassName
{
color: #9187E8;
}
</style>
background-color css
<style>
a { background-color: #9187E8; }
a { background-color: rgb(145,135,232); }
div.DivClassName
{
background-color: #9187E8;
}
.BgClassName
{
background-color: #9187E8;
}
</style>
border-color css
<style>
span { border-color: #9187E8; }
span { border-color: rgb(145,135,232); }
td.TdClassName
{
border-color: #9187E8;
}
.TagClassName
{
border-color: #9187E8;
}
</style>