Shades of Medium Purple #9165E8
Tints of Medium Purple #9165E8
RGB
CMYK
RGB Variations
Color information
#9165E8 (or 0x9165E8) is known color: Medium Purple. HEX triplet: 91, 65 and E8. RGB value is (145,101,232). Sum of RGB (Red+Green+Blue) = 145+101+232=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #9165E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9165E8 is #6E9A17. Grayscale: #808080. Windows color (decimal): -7248408 or 15230353. OLE color: 15230353.
HSL color Cylindrical-coordinate representation of color #9165E8: hue angle of 260.15º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9165E8 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 101 | 232 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.09 |
| HSL | 260.15º | 0.74% | 0.65% | - |
| HSV(B) | 260.15º | 0.56% | 0.91% | - |
| XYZ | 30.9 | 21.15 | 78.8 | - |
| YUV | 129.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 232 | 0.38 | 0.56 | 0 | 0.09 | 260.15 | 0.74 | 0.65 |
| Hex | 91 | 65 | E8 | 26 | 38 | 0 | 9 | 104 | 4A | 41 |
| Octal | 221 | 145 | 350 | 46 | 70 | 0 | 11 | 404 | 112 | 101 |
| Binary | 10010001 | 1100101 | 11101000 | 100110 | 111000 | 0 | 1001 | 100000100 | 1001010 | 1000001 |
Color Harmonies of #9165E8
Complementary color
Monochromatic Colors of #9165E8
Black with #9165E8
Text Example
Text Example
White with #9165E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165E8; }
p { color: rgb(145,101,232); }
H1.HeaderClassName
{
color: #9165E8;
}
.AnyTagClassName
{
color: #9165E8;
}
</style>
background-color css
<style>
a { background-color: #9165E8; }
a { background-color: rgb(145,101,232); }
div.DivClassName
{
background-color: #9165E8;
}
.BgClassName
{
background-color: #9165E8;
}
</style>
border-color css
<style>
span { border-color: #9165E8; }
span { border-color: rgb(145,101,232); }
td.TdClassName
{
border-color: #9165E8;
}
.TagClassName
{
border-color: #9165E8;
}
</style>