Shades of Medium Purple #916FE3
Tints of Medium Purple #916FE3
RGB
CMYK
RGB Variations
Color information
#916FE3 (or 0x916FE3) is known color: Medium Purple. HEX triplet: 91, 6F and E3. RGB value is (145,111,227). Sum of RGB (Red+Green+Blue) = 145+111+227=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #916FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FE3 is #6E901C. Grayscale: #858585. Windows color (decimal): -7245853 or 14905233. OLE color: 14905233.
HSL color Cylindrical-coordinate representation of color #916FE3: hue angle of 257.59º degrees, saturation: 0.67, 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 #916FE3 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 111 | 227 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.11 |
| HSL | 257.59º | 0.67% | 0.66% | - |
| HSV(B) | 257.59º | 0.51% | 0.89% | - |
| XYZ | 31.23 | 22.93 | 75.45 | - |
| YUV | 134.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 227 | 0.36 | 0.51 | 0 | 0.11 | 257.59 | 0.67 | 0.66 |
| Hex | 91 | 6F | E3 | 24 | 33 | 0 | B | 102 | 43 | 42 |
| Octal | 221 | 157 | 343 | 44 | 63 | 0 | 13 | 402 | 103 | 102 |
| Binary | 10010001 | 1101111 | 11100011 | 100100 | 110011 | 0 | 1011 | 100000010 | 1000011 | 1000010 |
Color Harmonies of #916FE3
Complementary color
Monochromatic Colors of #916FE3
Black with #916FE3
Text Example
Text Example
White with #916FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FE3; }
p { color: rgb(145,111,227); }
H1.HeaderClassName
{
color: #916FE3;
}
.AnyTagClassName
{
color: #916FE3;
}
</style>
background-color css
<style>
a { background-color: #916FE3; }
a { background-color: rgb(145,111,227); }
div.DivClassName
{
background-color: #916FE3;
}
.BgClassName
{
background-color: #916FE3;
}
</style>
border-color css
<style>
span { border-color: #916FE3; }
span { border-color: rgb(145,111,227); }
td.TdClassName
{
border-color: #916FE3;
}
.TagClassName
{
border-color: #916FE3;
}
</style>