Shades of Medium Purple #916FE4
Tints of Medium Purple #916FE4
RGB
CMYK
RGB Variations
Color information
#916FE4 (or 0x916FE4) is known color: Medium Purple. HEX triplet: 91, 6F and E4. RGB value is (145,111,228). Sum of RGB (Red+Green+Blue) = 145+111+228=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #916FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FE4 is #6E901B. Grayscale: #868686. Windows color (decimal): -7245852 or 14970769. OLE color: 14970769.
HSL color Cylindrical-coordinate representation of color #916FE4: hue angle of 257.44º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916FE4 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 111 | 228 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.11 |
| HSL | 257.44º | 0.68% | 0.66% | - |
| HSV(B) | 257.44º | 0.51% | 0.89% | - |
| XYZ | 31.37 | 22.99 | 76.18 | - |
| YUV | 134.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 228 | 0.36 | 0.51 | 0 | 0.11 | 257.44 | 0.68 | 0.66 |
| Hex | 91 | 6F | E4 | 24 | 33 | 0 | B | 101 | 44 | 42 |
| Octal | 221 | 157 | 344 | 44 | 63 | 0 | 13 | 401 | 104 | 102 |
| Binary | 10010001 | 1101111 | 11100100 | 100100 | 110011 | 0 | 1011 | 100000001 | 1000100 | 1000010 |
Color Harmonies of #916FE4
Complementary color
Monochromatic Colors of #916FE4
Black with #916FE4
Text Example
Text Example
White with #916FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FE4; }
p { color: rgb(145,111,228); }
H1.HeaderClassName
{
color: #916FE4;
}
.AnyTagClassName
{
color: #916FE4;
}
</style>
background-color css
<style>
a { background-color: #916FE4; }
a { background-color: rgb(145,111,228); }
div.DivClassName
{
background-color: #916FE4;
}
.BgClassName
{
background-color: #916FE4;
}
</style>
border-color css
<style>
span { border-color: #916FE4; }
span { border-color: rgb(145,111,228); }
td.TdClassName
{
border-color: #916FE4;
}
.TagClassName
{
border-color: #916FE4;
}
</style>