Shades of Medium Purple #916CE1
Tints of Medium Purple #916CE1
RGB
CMYK
RGB Variations
Color information
#916CE1 (or 0x916CE1) is known color: Medium Purple. HEX triplet: 91, 6C and E1. RGB value is (145,108,225). Sum of RGB (Red+Green+Blue) = 145+108+225=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #916CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CE1 is #6E931E. Grayscale: #838383. Windows color (decimal): -7246623 or 14773393. OLE color: 14773393.
HSL color Cylindrical-coordinate representation of color #916CE1: hue angle of 258.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916CE1 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 108 | 225 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.12 |
| HSL | 258.97º | 0.66% | 0.65% | - |
| HSV(B) | 258.97º | 0.52% | 0.88% | - |
| XYZ | 30.63 | 22.18 | 73.9 | - |
| YUV | 132.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 225 | 0.36 | 0.52 | 0 | 0.12 | 258.97 | 0.66 | 0.65 |
| Hex | 91 | 6C | E1 | 24 | 34 | 0 | C | 103 | 42 | 41 |
| Octal | 221 | 154 | 341 | 44 | 64 | 0 | 14 | 403 | 102 | 101 |
| Binary | 10010001 | 1101100 | 11100001 | 100100 | 110100 | 0 | 1100 | 100000011 | 1000010 | 1000001 |
Color Harmonies of #916CE1
Complementary color
Monochromatic Colors of #916CE1
Black with #916CE1
Text Example
Text Example
White with #916CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CE1; }
p { color: rgb(145,108,225); }
H1.HeaderClassName
{
color: #916CE1;
}
.AnyTagClassName
{
color: #916CE1;
}
</style>
background-color css
<style>
a { background-color: #916CE1; }
a { background-color: rgb(145,108,225); }
div.DivClassName
{
background-color: #916CE1;
}
.BgClassName
{
background-color: #916CE1;
}
</style>
border-color css
<style>
span { border-color: #916CE1; }
span { border-color: rgb(145,108,225); }
td.TdClassName
{
border-color: #916CE1;
}
.TagClassName
{
border-color: #916CE1;
}
</style>