Shades of Medium Purple #915CEB
Tints of Medium Purple #915CEB
RGB
CMYK
RGB Variations
Color information
#915CEB (or 0x915CEB) is known color: Medium Purple. HEX triplet: 91, 5C and EB. RGB value is (145,92,235). Sum of RGB (Red+Green+Blue) = 145+92+235=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #915CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915CEB is #6EA314. Grayscale: #7B7B7B. Windows color (decimal): -7250709 or 15424657. OLE color: 15424657.
HSL color Cylindrical-coordinate representation of color #915CEB: hue angle of 262.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915CEB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 92 | 235 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.08 |
| HSL | 262.24º | 0.78% | 0.64% | - |
| HSV(B) | 262.24º | 0.61% | 0.92% | - |
| XYZ | 30.5 | 19.67 | 80.79 | - |
| YUV | 124.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 235 | 0.38 | 0.61 | 0 | 0.08 | 262.24 | 0.78 | 0.64 |
| Hex | 91 | 5C | EB | 26 | 3D | 0 | 8 | 106 | 4E | 40 |
| Octal | 221 | 134 | 353 | 46 | 75 | 0 | 10 | 406 | 116 | 100 |
| Binary | 10010001 | 1011100 | 11101011 | 100110 | 111101 | 0 | 1000 | 100000110 | 1001110 | 1000000 |
Color Harmonies of #915CEB
Complementary color
Monochromatic Colors of #915CEB
Black with #915CEB
Text Example
Text Example
White with #915CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CEB; }
p { color: rgb(145,92,235); }
H1.HeaderClassName
{
color: #915CEB;
}
.AnyTagClassName
{
color: #915CEB;
}
</style>
background-color css
<style>
a { background-color: #915CEB; }
a { background-color: rgb(145,92,235); }
div.DivClassName
{
background-color: #915CEB;
}
.BgClassName
{
background-color: #915CEB;
}
</style>
border-color css
<style>
span { border-color: #915CEB; }
span { border-color: rgb(145,92,235); }
td.TdClassName
{
border-color: #915CEB;
}
.TagClassName
{
border-color: #915CEB;
}
</style>