Shades of Medium Purple #995CEC
Tints of Medium Purple #995CEC
RGB
CMYK
RGB Variations
Color information
#995CEC (or 0x995CEC) is known color: Medium Purple. HEX triplet: 99, 5C and EC. RGB value is (153,92,236). Sum of RGB (Red+Green+Blue) = 153+92+236=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #995CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CEC is #66A313. Grayscale: #7E7E7E. Windows color (decimal): -6726420 or 15490201. OLE color: 15490201.
HSL color Cylindrical-coordinate representation of color #995CEC: hue angle of 265.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #995CEC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 92 | 236 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.07 |
| HSL | 265.42º | 0.79% | 0.64% | - |
| HSV(B) | 265.42º | 0.61% | 0.93% | - |
| XYZ | 32.1 | 20.48 | 81.62 | - |
| YUV | 126.66 | 189.71 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 236 | 0.35 | 0.61 | 0 | 0.07 | 265.42 | 0.79 | 0.64 |
| Hex | 99 | 5C | EC | 23 | 3D | 0 | 7 | 109 | 4F | 40 |
| Octal | 231 | 134 | 354 | 43 | 75 | 0 | 7 | 411 | 117 | 100 |
| Binary | 10011001 | 1011100 | 11101100 | 100011 | 111101 | 0 | 111 | 100001001 | 1001111 | 1000000 |
Color Harmonies of #995CEC
Complementary color
Monochromatic Colors of #995CEC
Black with #995CEC
Text Example
Text Example
White with #995CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CEC; }
p { color: rgb(153,92,236); }
H1.HeaderClassName
{
color: #995CEC;
}
.AnyTagClassName
{
color: #995CEC;
}
</style>
background-color css
<style>
a { background-color: #995CEC; }
a { background-color: rgb(153,92,236); }
div.DivClassName
{
background-color: #995CEC;
}
.BgClassName
{
background-color: #995CEC;
}
</style>
border-color css
<style>
span { border-color: #995CEC; }
span { border-color: rgb(153,92,236); }
td.TdClassName
{
border-color: #995CEC;
}
.TagClassName
{
border-color: #995CEC;
}
</style>