Shades of Medium Purple #996CE5
Tints of Medium Purple #996CE5
RGB
CMYK
RGB Variations
Color information
#996CE5 (or 0x996CE5) is known color: Medium Purple. HEX triplet: 99, 6C and E5. RGB value is (153,108,229). Sum of RGB (Red+Green+Blue) = 153+108+229=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #996CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CE5 is #66931A. Grayscale: #868686. Windows color (decimal): -6722331 or 15035545. OLE color: 15035545.
HSL color Cylindrical-coordinate representation of color #996CE5: hue angle of 262.31º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996CE5 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 108 | 229 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.10 |
| HSL | 262.31º | 0.7% | 0.66% | - |
| HSV(B) | 262.31º | 0.53% | 0.9% | - |
| XYZ | 32.64 | 23.15 | 76.88 | - |
| YUV | 135.25 | 180.91 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 229 | 0.33 | 0.53 | 0 | 0.10 | 262.31 | 0.7 | 0.66 |
| Hex | 99 | 6C | E5 | 21 | 35 | 0 | A | 106 | 46 | 42 |
| Octal | 231 | 154 | 345 | 41 | 65 | 0 | 12 | 406 | 106 | 102 |
| Binary | 10011001 | 1101100 | 11100101 | 100001 | 110101 | 0 | 1010 | 100000110 | 1000110 | 1000010 |
Color Harmonies of #996CE5
Complementary color
Monochromatic Colors of #996CE5
Black with #996CE5
Text Example
Text Example
White with #996CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CE5; }
p { color: rgb(153,108,229); }
H1.HeaderClassName
{
color: #996CE5;
}
.AnyTagClassName
{
color: #996CE5;
}
</style>
background-color css
<style>
a { background-color: #996CE5; }
a { background-color: rgb(153,108,229); }
div.DivClassName
{
background-color: #996CE5;
}
.BgClassName
{
background-color: #996CE5;
}
</style>
border-color css
<style>
span { border-color: #996CE5; }
span { border-color: rgb(153,108,229); }
td.TdClassName
{
border-color: #996CE5;
}
.TagClassName
{
border-color: #996CE5;
}
</style>