Shades of Medium Purple #995CE7
Tints of Medium Purple #995CE7
RGB
CMYK
RGB Variations
Color information
#995CE7 (or 0x995CE7) is known color: Medium Purple. HEX triplet: 99, 5C and E7. RGB value is (153,92,231). Sum of RGB (Red+Green+Blue) = 153+92+231=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #995CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CE7 is #66A318. Grayscale: #7D7D7D. Windows color (decimal): -6726425 or 15162521. OLE color: 15162521.
HSL color Cylindrical-coordinate representation of color #995CE7: hue angle of 266.33º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #995CE7 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 92 | 231 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.09 |
| HSL | 266.33º | 0.74% | 0.63% | - |
| HSV(B) | 266.33º | 0.6% | 0.91% | - |
| XYZ | 31.39 | 20.2 | 77.85 | - |
| YUV | 126.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 231 | 0.34 | 0.60 | 0 | 0.09 | 266.33 | 0.74 | 0.63 |
| Hex | 99 | 5C | E7 | 22 | 3C | 0 | 9 | 10A | 4A | 3F |
| Octal | 231 | 134 | 347 | 42 | 74 | 0 | 11 | 412 | 112 | 77 |
| Binary | 10011001 | 1011100 | 11100111 | 100010 | 111100 | 0 | 1001 | 100001010 | 1001010 | 111111 |
Color Harmonies of #995CE7
Complementary color
Monochromatic Colors of #995CE7
Black with #995CE7
Text Example
Text Example
White with #995CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CE7; }
p { color: rgb(153,92,231); }
H1.HeaderClassName
{
color: #995CE7;
}
.AnyTagClassName
{
color: #995CE7;
}
</style>
background-color css
<style>
a { background-color: #995CE7; }
a { background-color: rgb(153,92,231); }
div.DivClassName
{
background-color: #995CE7;
}
.BgClassName
{
background-color: #995CE7;
}
</style>
border-color css
<style>
span { border-color: #995CE7; }
span { border-color: rgb(153,92,231); }
td.TdClassName
{
border-color: #995CE7;
}
.TagClassName
{
border-color: #995CE7;
}
</style>