Shades of Medium Purple #995CEA
Tints of Medium Purple #995CEA
RGB
CMYK
RGB Variations
Color information
#995CEA (or 0x995CEA) is known color: Medium Purple. HEX triplet: 99, 5C and EA. RGB value is (153,92,234). Sum of RGB (Red+Green+Blue) = 153+92+234=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #995CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CEA is #66A315. Grayscale: #7D7D7D. Windows color (decimal): -6726422 or 15359129. OLE color: 15359129.
HSL color Cylindrical-coordinate representation of color #995CEA: hue angle of 265.77º degrees, saturation: 0.77, 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 #995CEA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 92 | 234 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.08 |
| HSL | 265.77º | 0.77% | 0.64% | - |
| HSV(B) | 265.77º | 0.61% | 0.92% | - |
| XYZ | 31.82 | 20.37 | 80.1 | - |
| YUV | 126.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 234 | 0.35 | 0.61 | 0 | 0.08 | 265.77 | 0.77 | 0.64 |
| Hex | 99 | 5C | EA | 23 | 3D | 0 | 8 | 10A | 4D | 40 |
| Octal | 231 | 134 | 352 | 43 | 75 | 0 | 10 | 412 | 115 | 100 |
| Binary | 10011001 | 1011100 | 11101010 | 100011 | 111101 | 0 | 1000 | 100001010 | 1001101 | 1000000 |
Color Harmonies of #995CEA
Complementary color
Monochromatic Colors of #995CEA
Black with #995CEA
Text Example
Text Example
White with #995CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CEA; }
p { color: rgb(153,92,234); }
H1.HeaderClassName
{
color: #995CEA;
}
.AnyTagClassName
{
color: #995CEA;
}
</style>
background-color css
<style>
a { background-color: #995CEA; }
a { background-color: rgb(153,92,234); }
div.DivClassName
{
background-color: #995CEA;
}
.BgClassName
{
background-color: #995CEA;
}
</style>
border-color css
<style>
span { border-color: #995CEA; }
span { border-color: rgb(153,92,234); }
td.TdClassName
{
border-color: #995CEA;
}
.TagClassName
{
border-color: #995CEA;
}
</style>