Shades of Medium Purple #995FEC
Tints of Medium Purple #995FEC
RGB
CMYK
RGB Variations
Color information
#995FEC (or 0x995FEC) is known color: Medium Purple. HEX triplet: 99, 5F and EC. RGB value is (153,95,236). Sum of RGB (Red+Green+Blue) = 153+95+236=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #995FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FEC is #66A013. Grayscale: #7F7F7F. Windows color (decimal): -6725652 or 15490969. OLE color: 15490969.
HSL color Cylindrical-coordinate representation of color #995FEC: hue angle of 264.68º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995FEC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 95 | 236 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.07 |
| HSL | 264.68º | 0.79% | 0.65% | - |
| HSV(B) | 264.68º | 0.6% | 0.93% | - |
| XYZ | 32.37 | 21.01 | 81.71 | - |
| YUV | 128.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 236 | 0.35 | 0.60 | 0 | 0.07 | 264.68 | 0.79 | 0.65 |
| Hex | 99 | 5F | EC | 23 | 3C | 0 | 7 | 109 | 4F | 41 |
| Octal | 231 | 137 | 354 | 43 | 74 | 0 | 7 | 411 | 117 | 101 |
| Binary | 10011001 | 1011111 | 11101100 | 100011 | 111100 | 0 | 111 | 100001001 | 1001111 | 1000001 |
Color Harmonies of #995FEC
Complementary color
Monochromatic Colors of #995FEC
Black with #995FEC
Text Example
Text Example
White with #995FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FEC; }
p { color: rgb(153,95,236); }
H1.HeaderClassName
{
color: #995FEC;
}
.AnyTagClassName
{
color: #995FEC;
}
</style>
background-color css
<style>
a { background-color: #995FEC; }
a { background-color: rgb(153,95,236); }
div.DivClassName
{
background-color: #995FEC;
}
.BgClassName
{
background-color: #995FEC;
}
</style>
border-color css
<style>
span { border-color: #995FEC; }
span { border-color: rgb(153,95,236); }
td.TdClassName
{
border-color: #995FEC;
}
.TagClassName
{
border-color: #995FEC;
}
</style>