Shades of Medium Purple #995EEB
Tints of Medium Purple #995EEB
RGB
CMYK
RGB Variations
Color information
#995EEB (or 0x995EEB) is known color: Medium Purple. HEX triplet: 99, 5E and EB. RGB value is (153,94,235). Sum of RGB (Red+Green+Blue) = 153+94+235=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #995EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995EEB is #66A114. Grayscale: #7F7F7F. Windows color (decimal): -6725909 or 15425177. OLE color: 15425177.
HSL color Cylindrical-coordinate representation of color #995EEB: hue angle of 265.11º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995EEB is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 94 | 235 | - |
| CMYK | 0.35 | 0.6 | 0 | 0.08 |
| HSL | 265.11º | 0.78% | 0.65% | - |
| HSV(B) | 265.11º | 0.6% | 0.92% | - |
| XYZ | 32.13 | 20.78 | 80.91 | - |
| YUV | 127.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 235 | 0.35 | 0.6 | 0 | 0.08 | 265.11 | 0.78 | 0.65 |
| Hex | 99 | 5E | EB | 23 | 3C | 0 | 8 | 109 | 4E | 41 |
| Octal | 231 | 136 | 353 | 43 | 74 | 0 | 10 | 411 | 116 | 101 |
| Binary | 10011001 | 1011110 | 11101011 | 100011 | 111100 | 0 | 1000 | 100001001 | 1001110 | 1000001 |
Color Harmonies of #995EEB
Complementary color
Monochromatic Colors of #995EEB
Black with #995EEB
Text Example
Text Example
White with #995EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EEB; }
p { color: rgb(153,94,235); }
H1.HeaderClassName
{
color: #995EEB;
}
.AnyTagClassName
{
color: #995EEB;
}
</style>
background-color css
<style>
a { background-color: #995EEB; }
a { background-color: rgb(153,94,235); }
div.DivClassName
{
background-color: #995EEB;
}
.BgClassName
{
background-color: #995EEB;
}
</style>
border-color css
<style>
span { border-color: #995EEB; }
span { border-color: rgb(153,94,235); }
td.TdClassName
{
border-color: #995EEB;
}
.TagClassName
{
border-color: #995EEB;
}
</style>