Shades of Medium Purple #996BE4
Tints of Medium Purple #996BE4
RGB
CMYK
RGB Variations
Color information
#996BE4 (or 0x996BE4) is known color: Medium Purple. HEX triplet: 99, 6B and E4. RGB value is (153,107,228). Sum of RGB (Red+Green+Blue) = 153+107+228=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #996BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BE4 is #66941B. Grayscale: #868686. Windows color (decimal): -6722588 or 14969753. OLE color: 14969753.
HSL color Cylindrical-coordinate representation of color #996BE4: hue angle of 262.81º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996BE4 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 107 | 228 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.11 |
| HSL | 262.81º | 0.69% | 0.66% | - |
| HSV(B) | 262.81º | 0.53% | 0.89% | - |
| XYZ | 32.4 | 22.89 | 76.11 | - |
| YUV | 134.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 228 | 0.33 | 0.53 | 0 | 0.11 | 262.81 | 0.69 | 0.66 |
| Hex | 99 | 6B | E4 | 21 | 35 | 0 | B | 107 | 45 | 42 |
| Octal | 231 | 153 | 344 | 41 | 65 | 0 | 13 | 407 | 105 | 102 |
| Binary | 10011001 | 1101011 | 11100100 | 100001 | 110101 | 0 | 1011 | 100000111 | 1000101 | 1000010 |
Color Harmonies of #996BE4
Complementary color
Monochromatic Colors of #996BE4
Black with #996BE4
Text Example
Text Example
White with #996BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BE4; }
p { color: rgb(153,107,228); }
H1.HeaderClassName
{
color: #996BE4;
}
.AnyTagClassName
{
color: #996BE4;
}
</style>
background-color css
<style>
a { background-color: #996BE4; }
a { background-color: rgb(153,107,228); }
div.DivClassName
{
background-color: #996BE4;
}
.BgClassName
{
background-color: #996BE4;
}
</style>
border-color css
<style>
span { border-color: #996BE4; }
span { border-color: rgb(153,107,228); }
td.TdClassName
{
border-color: #996BE4;
}
.TagClassName
{
border-color: #996BE4;
}
</style>