Shades of Medium Purple #9165E1
Tints of Medium Purple #9165E1
RGB
CMYK
RGB Variations
Color information
#9165E1 (or 0x9165E1) is known color: Medium Purple. HEX triplet: 91, 65 and E1. RGB value is (145,101,225). Sum of RGB (Red+Green+Blue) = 145+101+225=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #9165E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165E1 is #6E9A1E. Grayscale: #7F7F7F. Windows color (decimal): -7248415 or 14771601. OLE color: 14771601.
HSL color Cylindrical-coordinate representation of color #9165E1: hue angle of 261.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9165E1 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 101 | 225 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.12 |
| HSL | 261.29º | 0.67% | 0.64% | - |
| HSV(B) | 261.29º | 0.55% | 0.88% | - |
| XYZ | 29.92 | 20.76 | 73.66 | - |
| YUV | 128.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 225 | 0.36 | 0.55 | 0 | 0.12 | 261.29 | 0.67 | 0.64 |
| Hex | 91 | 65 | E1 | 24 | 37 | 0 | C | 105 | 43 | 40 |
| Octal | 221 | 145 | 341 | 44 | 67 | 0 | 14 | 405 | 103 | 100 |
| Binary | 10010001 | 1100101 | 11100001 | 100100 | 110111 | 0 | 1100 | 100000101 | 1000011 | 1000000 |
Color Harmonies of #9165E1
Complementary color
Monochromatic Colors of #9165E1
Black with #9165E1
Text Example
Text Example
White with #9165E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165E1; }
p { color: rgb(145,101,225); }
H1.HeaderClassName
{
color: #9165E1;
}
.AnyTagClassName
{
color: #9165E1;
}
</style>
background-color css
<style>
a { background-color: #9165E1; }
a { background-color: rgb(145,101,225); }
div.DivClassName
{
background-color: #9165E1;
}
.BgClassName
{
background-color: #9165E1;
}
</style>
border-color css
<style>
span { border-color: #9165E1; }
span { border-color: rgb(145,101,225); }
td.TdClassName
{
border-color: #9165E1;
}
.TagClassName
{
border-color: #9165E1;
}
</style>