Shades of Medium Purple #916CEB
Tints of Medium Purple #916CEB
RGB
CMYK
RGB Variations
Color information
#916CEB (or 0x916CEB) is known color: Medium Purple. HEX triplet: 91, 6C and EB. RGB value is (145,108,235). Sum of RGB (Red+Green+Blue) = 145+108+235=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #916CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CEB is #6E9314. Grayscale: #858585. Windows color (decimal): -7246613 or 15428753. OLE color: 15428753.
HSL color Cylindrical-coordinate representation of color #916CEB: hue angle of 257.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916CEB is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 108 | 235 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.08 |
| HSL | 257.48º | 0.76% | 0.67% | - |
| HSV(B) | 257.48º | 0.54% | 0.92% | - |
| XYZ | 32.04 | 22.74 | 81.3 | - |
| YUV | 133.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 235 | 0.38 | 0.54 | 0 | 0.08 | 257.48 | 0.76 | 0.67 |
| Hex | 91 | 6C | EB | 26 | 36 | 0 | 8 | 101 | 4C | 43 |
| Octal | 221 | 154 | 353 | 46 | 66 | 0 | 10 | 401 | 114 | 103 |
| Binary | 10010001 | 1101100 | 11101011 | 100110 | 110110 | 0 | 1000 | 100000001 | 1001100 | 1000011 |
Color Harmonies of #916CEB
Complementary color
Monochromatic Colors of #916CEB
Black with #916CEB
Text Example
Text Example
White with #916CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CEB; }
p { color: rgb(145,108,235); }
H1.HeaderClassName
{
color: #916CEB;
}
.AnyTagClassName
{
color: #916CEB;
}
</style>
background-color css
<style>
a { background-color: #916CEB; }
a { background-color: rgb(145,108,235); }
div.DivClassName
{
background-color: #916CEB;
}
.BgClassName
{
background-color: #916CEB;
}
</style>
border-color css
<style>
span { border-color: #916CEB; }
span { border-color: rgb(145,108,235); }
td.TdClassName
{
border-color: #916CEB;
}
.TagClassName
{
border-color: #916CEB;
}
</style>