Shades of Medium Purple #916CE3
Tints of Medium Purple #916CE3
RGB
CMYK
RGB Variations
Color information
#916CE3 (or 0x916CE3) is known color: Medium Purple. HEX triplet: 91, 6C and E3. RGB value is (145,108,227). Sum of RGB (Red+Green+Blue) = 145+108+227=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #916CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CE3 is #6E931C. Grayscale: #848484. Windows color (decimal): -7246621 or 14904465. OLE color: 14904465.
HSL color Cylindrical-coordinate representation of color #916CE3: hue angle of 258.66º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916CE3 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 108 | 227 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.11 |
| HSL | 258.66º | 0.68% | 0.66% | - |
| HSV(B) | 258.66º | 0.52% | 0.89% | - |
| XYZ | 30.9 | 22.29 | 75.35 | - |
| YUV | 132.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 227 | 0.36 | 0.52 | 0 | 0.11 | 258.66 | 0.68 | 0.66 |
| Hex | 91 | 6C | E3 | 24 | 34 | 0 | B | 103 | 44 | 42 |
| Octal | 221 | 154 | 343 | 44 | 64 | 0 | 13 | 403 | 104 | 102 |
| Binary | 10010001 | 1101100 | 11100011 | 100100 | 110100 | 0 | 1011 | 100000011 | 1000100 | 1000010 |
Color Harmonies of #916CE3
Complementary color
Monochromatic Colors of #916CE3
Black with #916CE3
Text Example
Text Example
White with #916CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CE3; }
p { color: rgb(145,108,227); }
H1.HeaderClassName
{
color: #916CE3;
}
.AnyTagClassName
{
color: #916CE3;
}
</style>
background-color css
<style>
a { background-color: #916CE3; }
a { background-color: rgb(145,108,227); }
div.DivClassName
{
background-color: #916CE3;
}
.BgClassName
{
background-color: #916CE3;
}
</style>
border-color css
<style>
span { border-color: #916CE3; }
span { border-color: rgb(145,108,227); }
td.TdClassName
{
border-color: #916CE3;
}
.TagClassName
{
border-color: #916CE3;
}
</style>