Shades of Medium Purple #915CEF
Tints of Medium Purple #915CEF
RGB
CMYK
RGB Variations
Color information
#915CEF (or 0x915CEF) is known color: Medium Purple. HEX triplet: 91, 5C and EF. RGB value is (145,92,239). Sum of RGB (Red+Green+Blue) = 145+92+239=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #915CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915CEF is #6EA310. Grayscale: #7C7C7C. Windows color (decimal): -7250705 or 15686801. OLE color: 15686801.
HSL color Cylindrical-coordinate representation of color #915CEF: hue angle of 261.63º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915CEF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 92 | 239 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.06 |
| HSL | 261.63º | 0.82% | 0.65% | - |
| HSV(B) | 261.63º | 0.62% | 0.94% | - |
| XYZ | 31.08 | 19.91 | 83.87 | - |
| YUV | 124.61 | 192.56 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 239 | 0.39 | 0.62 | 0 | 0.06 | 261.63 | 0.82 | 0.65 |
| Hex | 91 | 5C | EF | 27 | 3E | 0 | 6 | 106 | 52 | 41 |
| Octal | 221 | 134 | 357 | 47 | 76 | 0 | 6 | 406 | 122 | 101 |
| Binary | 10010001 | 1011100 | 11101111 | 100111 | 111110 | 0 | 110 | 100000110 | 1010010 | 1000001 |
Color Harmonies of #915CEF
Complementary color
Monochromatic Colors of #915CEF
Black with #915CEF
Text Example
Text Example
White with #915CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CEF; }
p { color: rgb(145,92,239); }
H1.HeaderClassName
{
color: #915CEF;
}
.AnyTagClassName
{
color: #915CEF;
}
</style>
background-color css
<style>
a { background-color: #915CEF; }
a { background-color: rgb(145,92,239); }
div.DivClassName
{
background-color: #915CEF;
}
.BgClassName
{
background-color: #915CEF;
}
</style>
border-color css
<style>
span { border-color: #915CEF; }
span { border-color: rgb(145,92,239); }
td.TdClassName
{
border-color: #915CEF;
}
.TagClassName
{
border-color: #915CEF;
}
</style>