Shades of Medium Purple #916FEF
Tints of Medium Purple #916FEF
RGB
CMYK
RGB Variations
Color information
#916FEF (or 0x916FEF) is known color: Medium Purple. HEX triplet: 91, 6F and EF. RGB value is (145,111,239). Sum of RGB (Red+Green+Blue) = 145+111+239=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #916FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916FEF is #6E9010. Grayscale: #878787. Windows color (decimal): -7245841 or 15691665. OLE color: 15691665.
HSL color Cylindrical-coordinate representation of color #916FEF: hue angle of 255.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916FEF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 111 | 239 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.06 |
| HSL | 255.94º | 0.8% | 0.69% | - |
| HSV(B) | 255.94º | 0.54% | 0.94% | - |
| XYZ | 32.94 | 23.62 | 84.48 | - |
| YUV | 135.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 239 | 0.39 | 0.54 | 0 | 0.06 | 255.94 | 0.8 | 0.69 |
| Hex | 91 | 6F | EF | 27 | 36 | 0 | 6 | 100 | 50 | 45 |
| Octal | 221 | 157 | 357 | 47 | 66 | 0 | 6 | 400 | 120 | 105 |
| Binary | 10010001 | 1101111 | 11101111 | 100111 | 110110 | 0 | 110 | 100000000 | 1010000 | 1000101 |
Color Harmonies of #916FEF
Complementary color
Monochromatic Colors of #916FEF
Black with #916FEF
Text Example
Text Example
White with #916FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FEF; }
p { color: rgb(145,111,239); }
H1.HeaderClassName
{
color: #916FEF;
}
.AnyTagClassName
{
color: #916FEF;
}
</style>
background-color css
<style>
a { background-color: #916FEF; }
a { background-color: rgb(145,111,239); }
div.DivClassName
{
background-color: #916FEF;
}
.BgClassName
{
background-color: #916FEF;
}
</style>
border-color css
<style>
span { border-color: #916FEF; }
span { border-color: rgb(145,111,239); }
td.TdClassName
{
border-color: #916FEF;
}
.TagClassName
{
border-color: #916FEF;
}
</style>