Shades of Medium Purple #997BEB
Tints of Medium Purple #997BEB
RGB
CMYK
RGB Variations
Color information
#997BEB (or 0x997BEB) is known color: Medium Purple. HEX triplet: 99, 7B and EB. RGB value is (153,123,235). Sum of RGB (Red+Green+Blue) = 153+123+235=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #997BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BEB is #668414. Grayscale: #909090. Windows color (decimal): -6718485 or 15432601. OLE color: 15432601.
HSL color Cylindrical-coordinate representation of color #997BEB: hue angle of 256.07º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997BEB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 123 | 235 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.08 |
| HSL | 256.07º | 0.74% | 0.7% | - |
| HSV(B) | 256.07º | 0.48% | 0.92% | - |
| XYZ | 35.22 | 26.94 | 81.94 | - |
| YUV | 144.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 235 | 0.35 | 0.48 | 0 | 0.08 | 256.07 | 0.74 | 0.7 |
| Hex | 99 | 7B | EB | 23 | 30 | 0 | 8 | 100 | 4A | 46 |
| Octal | 231 | 173 | 353 | 43 | 60 | 0 | 10 | 400 | 112 | 106 |
| Binary | 10011001 | 1111011 | 11101011 | 100011 | 110000 | 0 | 1000 | 100000000 | 1001010 | 1000110 |
Color Harmonies of #997BEB
Complementary color
Monochromatic Colors of #997BEB
Black with #997BEB
Text Example
Text Example
White with #997BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BEB; }
p { color: rgb(153,123,235); }
H1.HeaderClassName
{
color: #997BEB;
}
.AnyTagClassName
{
color: #997BEB;
}
</style>
background-color css
<style>
a { background-color: #997BEB; }
a { background-color: rgb(153,123,235); }
div.DivClassName
{
background-color: #997BEB;
}
.BgClassName
{
background-color: #997BEB;
}
</style>
border-color css
<style>
span { border-color: #997BEB; }
span { border-color: rgb(153,123,235); }
td.TdClassName
{
border-color: #997BEB;
}
.TagClassName
{
border-color: #997BEB;
}
</style>