Shades of Medium Purple #997BED
Tints of Medium Purple #997BED
RGB
CMYK
RGB Variations
Color information
#997BED (or 0x997BED) is known color: Medium Purple. HEX triplet: 99, 7B and ED. RGB value is (153,123,237). Sum of RGB (Red+Green+Blue) = 153+123+237=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #997BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BED is #668412. Grayscale: #909090. Windows color (decimal): -6718483 or 15563673. OLE color: 15563673.
HSL color Cylindrical-coordinate representation of color #997BED: hue angle of 255.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997BED is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 123 | 237 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.07 |
| HSL | 255.79º | 0.76% | 0.71% | - |
| HSV(B) | 255.79º | 0.48% | 0.93% | - |
| XYZ | 35.51 | 27.05 | 83.47 | - |
| YUV | 144.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 237 | 0.35 | 0.48 | 0 | 0.07 | 255.79 | 0.76 | 0.71 |
| Hex | 99 | 7B | ED | 23 | 30 | 0 | 7 | 100 | 4C | 47 |
| Octal | 231 | 173 | 355 | 43 | 60 | 0 | 7 | 400 | 114 | 107 |
| Binary | 10011001 | 1111011 | 11101101 | 100011 | 110000 | 0 | 111 | 100000000 | 1001100 | 1000111 |
Color Harmonies of #997BED
Complementary color
Monochromatic Colors of #997BED
Black with #997BED
Text Example
Text Example
White with #997BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BED; }
p { color: rgb(153,123,237); }
H1.HeaderClassName
{
color: #997BED;
}
.AnyTagClassName
{
color: #997BED;
}
</style>
background-color css
<style>
a { background-color: #997BED; }
a { background-color: rgb(153,123,237); }
div.DivClassName
{
background-color: #997BED;
}
.BgClassName
{
background-color: #997BED;
}
</style>
border-color css
<style>
span { border-color: #997BED; }
span { border-color: rgb(153,123,237); }
td.TdClassName
{
border-color: #997BED;
}
.TagClassName
{
border-color: #997BED;
}
</style>