Shades of Medium Purple #997AEF
Tints of Medium Purple #997AEF
RGB
CMYK
RGB Variations
Color information
#997AEF (or 0x997AEF) is known color: Medium Purple. HEX triplet: 99, 7A and EF. RGB value is (153,122,239). Sum of RGB (Red+Green+Blue) = 153+122+239=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #997AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AEF is #668510. Grayscale: #909090. Windows color (decimal): -6718737 or 15694489. OLE color: 15694489.
HSL color Cylindrical-coordinate representation of color #997AEF: hue angle of 255.9º degrees, saturation: 0.79, 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 #997AEF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 122 | 239 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.06 |
| HSL | 255.9º | 0.79% | 0.71% | - |
| HSV(B) | 255.9º | 0.49% | 0.94% | - |
| XYZ | 35.68 | 26.92 | 84.98 | - |
| YUV | 144.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 239 | 0.36 | 0.49 | 0 | 0.06 | 255.9 | 0.79 | 0.71 |
| Hex | 99 | 7A | EF | 24 | 31 | 0 | 6 | 100 | 4F | 47 |
| Octal | 231 | 172 | 357 | 44 | 61 | 0 | 6 | 400 | 117 | 107 |
| Binary | 10011001 | 1111010 | 11101111 | 100100 | 110001 | 0 | 110 | 100000000 | 1001111 | 1000111 |
Color Harmonies of #997AEF
Complementary color
Monochromatic Colors of #997AEF
Black with #997AEF
Text Example
Text Example
White with #997AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997AEF; }
p { color: rgb(153,122,239); }
H1.HeaderClassName
{
color: #997AEF;
}
.AnyTagClassName
{
color: #997AEF;
}
</style>
background-color css
<style>
a { background-color: #997AEF; }
a { background-color: rgb(153,122,239); }
div.DivClassName
{
background-color: #997AEF;
}
.BgClassName
{
background-color: #997AEF;
}
</style>
border-color css
<style>
span { border-color: #997AEF; }
span { border-color: rgb(153,122,239); }
td.TdClassName
{
border-color: #997AEF;
}
.TagClassName
{
border-color: #997AEF;
}
</style>