Shades of Medium Purple #997BEF
Tints of Medium Purple #997BEF
RGB
CMYK
RGB Variations
Color information
#997BEF (or 0x997BEF) is known color: Medium Purple. HEX triplet: 99, 7B and EF. RGB value is (153,123,239). Sum of RGB (Red+Green+Blue) = 153+123+239=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #997BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BEF is #668410. Grayscale: #909090. Windows color (decimal): -6718481 or 15694745. OLE color: 15694745.
HSL color Cylindrical-coordinate representation of color #997BEF: hue angle of 255.52º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997BEF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 123 | 239 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.06 |
| HSL | 255.52º | 0.78% | 0.71% | - |
| HSV(B) | 255.52º | 0.49% | 0.94% | - |
| XYZ | 35.8 | 27.17 | 85.02 | - |
| YUV | 145.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 239 | 0.36 | 0.49 | 0 | 0.06 | 255.52 | 0.78 | 0.71 |
| Hex | 99 | 7B | EF | 24 | 31 | 0 | 6 | 100 | 4E | 47 |
| Octal | 231 | 173 | 357 | 44 | 61 | 0 | 6 | 400 | 116 | 107 |
| Binary | 10011001 | 1111011 | 11101111 | 100100 | 110001 | 0 | 110 | 100000000 | 1001110 | 1000111 |
Color Harmonies of #997BEF
Complementary color
Monochromatic Colors of #997BEF
Black with #997BEF
Text Example
Text Example
White with #997BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BEF; }
p { color: rgb(153,123,239); }
H1.HeaderClassName
{
color: #997BEF;
}
.AnyTagClassName
{
color: #997BEF;
}
</style>
background-color css
<style>
a { background-color: #997BEF; }
a { background-color: rgb(153,123,239); }
div.DivClassName
{
background-color: #997BEF;
}
.BgClassName
{
background-color: #997BEF;
}
</style>
border-color css
<style>
span { border-color: #997BEF; }
span { border-color: rgb(153,123,239); }
td.TdClassName
{
border-color: #997BEF;
}
.TagClassName
{
border-color: #997BEF;
}
</style>