Shades of Medium Purple #995CE4
Tints of Medium Purple #995CE4
RGB
CMYK
RGB Variations
Color information
#995CE4 (or 0x995CE4) is known color: Medium Purple. HEX triplet: 99, 5C and E4. RGB value is (153,92,228). Sum of RGB (Red+Green+Blue) = 153+92+228=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #995CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CE4 is #66A31B. Grayscale: #7D7D7D. Windows color (decimal): -6726428 or 14965913. OLE color: 14965913.
HSL color Cylindrical-coordinate representation of color #995CE4: hue angle of 266.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995CE4 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 92 | 228 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.11 |
| HSL | 266.91º | 0.72% | 0.63% | - |
| HSV(B) | 266.91º | 0.6% | 0.89% | - |
| XYZ | 30.97 | 20.03 | 75.63 | - |
| YUV | 125.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 228 | 0.33 | 0.60 | 0 | 0.11 | 266.91 | 0.72 | 0.63 |
| Hex | 99 | 5C | E4 | 21 | 3C | 0 | B | 10B | 48 | 3F |
| Octal | 231 | 134 | 344 | 41 | 74 | 0 | 13 | 413 | 110 | 77 |
| Binary | 10011001 | 1011100 | 11100100 | 100001 | 111100 | 0 | 1011 | 100001011 | 1001000 | 111111 |
Color Harmonies of #995CE4
Complementary color
Monochromatic Colors of #995CE4
Black with #995CE4
Text Example
Text Example
White with #995CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CE4; }
p { color: rgb(153,92,228); }
H1.HeaderClassName
{
color: #995CE4;
}
.AnyTagClassName
{
color: #995CE4;
}
</style>
background-color css
<style>
a { background-color: #995CE4; }
a { background-color: rgb(153,92,228); }
div.DivClassName
{
background-color: #995CE4;
}
.BgClassName
{
background-color: #995CE4;
}
</style>
border-color css
<style>
span { border-color: #995CE4; }
span { border-color: rgb(153,92,228); }
td.TdClassName
{
border-color: #995CE4;
}
.TagClassName
{
border-color: #995CE4;
}
</style>