Shades of Medium Purple #916CED
Tints of Medium Purple #916CED
RGB
CMYK
RGB Variations
Color information
#916CED (or 0x916CED) is known color: Medium Purple. HEX triplet: 91, 6C and ED. RGB value is (145,108,237). Sum of RGB (Red+Green+Blue) = 145+108+237=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #916CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CED is #6E9312. Grayscale: #858585. Windows color (decimal): -7246611 or 15559825. OLE color: 15559825.
HSL color Cylindrical-coordinate representation of color #916CED: hue angle of 257.21º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916CED is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 108 | 237 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 257.21º | 0.78% | 0.68% | - |
| HSV(B) | 257.21º | 0.54% | 0.93% | - |
| XYZ | 32.33 | 22.86 | 82.83 | - |
| YUV | 133.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 237 | 0.39 | 0.54 | 0 | 0.07 | 257.21 | 0.78 | 0.68 |
| Hex | 91 | 6C | ED | 27 | 36 | 0 | 7 | 101 | 4E | 44 |
| Octal | 221 | 154 | 355 | 47 | 66 | 0 | 7 | 401 | 116 | 104 |
| Binary | 10010001 | 1101100 | 11101101 | 100111 | 110110 | 0 | 111 | 100000001 | 1001110 | 1000100 |
Color Harmonies of #916CED
Complementary color
Monochromatic Colors of #916CED
Black with #916CED
Text Example
Text Example
White with #916CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CED; }
p { color: rgb(145,108,237); }
H1.HeaderClassName
{
color: #916CED;
}
.AnyTagClassName
{
color: #916CED;
}
</style>
background-color css
<style>
a { background-color: #916CED; }
a { background-color: rgb(145,108,237); }
div.DivClassName
{
background-color: #916CED;
}
.BgClassName
{
background-color: #916CED;
}
</style>
border-color css
<style>
span { border-color: #916CED; }
span { border-color: rgb(145,108,237); }
td.TdClassName
{
border-color: #916CED;
}
.TagClassName
{
border-color: #916CED;
}
</style>