Shades of Medium Purple #915CDC
Tints of Medium Purple #915CDC
RGB
CMYK
RGB Variations
Color information
#915CDC (or 0x915CDC) is known color: Medium Purple. HEX triplet: 91, 5C and DC. RGB value is (145,92,220). Sum of RGB (Red+Green+Blue) = 145+92+220=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #915CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CDC is #6EA323. Grayscale: #797979. Windows color (decimal): -7250724 or 14441617. OLE color: 14441617.
HSL color Cylindrical-coordinate representation of color #915CDC: hue angle of 264.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915CDC is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 92 | 220 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.14 |
| HSL | 264.84º | 0.65% | 0.61% | - |
| HSV(B) | 264.84º | 0.58% | 0.86% | - |
| XYZ | 28.42 | 18.84 | 69.85 | - |
| YUV | 122.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 220 | 0.34 | 0.58 | 0 | 0.14 | 264.84 | 0.65 | 0.61 |
| Hex | 91 | 5C | DC | 22 | 3A | 0 | E | 109 | 41 | 3D |
| Octal | 221 | 134 | 334 | 42 | 72 | 0 | 16 | 411 | 101 | 75 |
| Binary | 10010001 | 1011100 | 11011100 | 100010 | 111010 | 0 | 1110 | 100001001 | 1000001 | 111101 |
Color Harmonies of #915CDC
Complementary color
Monochromatic Colors of #915CDC
Black with #915CDC
Text Example
Text Example
White with #915CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CDC; }
p { color: rgb(145,92,220); }
H1.HeaderClassName
{
color: #915CDC;
}
.AnyTagClassName
{
color: #915CDC;
}
</style>
background-color css
<style>
a { background-color: #915CDC; }
a { background-color: rgb(145,92,220); }
div.DivClassName
{
background-color: #915CDC;
}
.BgClassName
{
background-color: #915CDC;
}
</style>
border-color css
<style>
span { border-color: #915CDC; }
span { border-color: rgb(145,92,220); }
td.TdClassName
{
border-color: #915CDC;
}
.TagClassName
{
border-color: #915CDC;
}
</style>