Shades of Medium Purple #995CE3
Tints of Medium Purple #995CE3
RGB
CMYK
RGB Variations
Color information
#995CE3 (or 0x995CE3) is known color: Medium Purple. HEX triplet: 99, 5C and E3. RGB value is (153,92,227). Sum of RGB (Red+Green+Blue) = 153+92+227=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #995CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CE3 is #66A31C. Grayscale: #7D7D7D. Windows color (decimal): -6726429 or 14900377. OLE color: 14900377.
HSL color Cylindrical-coordinate representation of color #995CE3: hue angle of 267.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995CE3 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 92 | 227 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.11 |
| HSL | 267.11º | 0.71% | 0.63% | - |
| HSV(B) | 267.11º | 0.59% | 0.89% | - |
| XYZ | 30.83 | 19.97 | 74.9 | - |
| YUV | 125.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 227 | 0.33 | 0.59 | 0 | 0.11 | 267.11 | 0.71 | 0.63 |
| Hex | 99 | 5C | E3 | 21 | 3B | 0 | B | 10B | 47 | 3F |
| Octal | 231 | 134 | 343 | 41 | 73 | 0 | 13 | 413 | 107 | 77 |
| Binary | 10011001 | 1011100 | 11100011 | 100001 | 111011 | 0 | 1011 | 100001011 | 1000111 | 111111 |
Color Harmonies of #995CE3
Complementary color
Monochromatic Colors of #995CE3
Black with #995CE3
Text Example
Text Example
White with #995CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CE3; }
p { color: rgb(153,92,227); }
H1.HeaderClassName
{
color: #995CE3;
}
.AnyTagClassName
{
color: #995CE3;
}
</style>
background-color css
<style>
a { background-color: #995CE3; }
a { background-color: rgb(153,92,227); }
div.DivClassName
{
background-color: #995CE3;
}
.BgClassName
{
background-color: #995CE3;
}
</style>
border-color css
<style>
span { border-color: #995CE3; }
span { border-color: rgb(153,92,227); }
td.TdClassName
{
border-color: #995CE3;
}
.TagClassName
{
border-color: #995CE3;
}
</style>