Shades of Medium Purple #997BE6
Tints of Medium Purple #997BE6
RGB
CMYK
RGB Variations
Color information
#997BE6 (or 0x997BE6) is known color: Medium Purple. HEX triplet: 99, 7B and E6. RGB value is (153,123,230). Sum of RGB (Red+Green+Blue) = 153+123+230=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #997BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BE6 is #668419. Grayscale: #8F8F8F. Windows color (decimal): -6718490 or 15104921. OLE color: 15104921.
HSL color Cylindrical-coordinate representation of color #997BE6: hue angle of 256.82º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997BE6 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 123 | 230 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.10 |
| HSL | 256.82º | 0.68% | 0.69% | - |
| HSV(B) | 256.82º | 0.47% | 0.9% | - |
| XYZ | 34.5 | 26.65 | 78.19 | - |
| YUV | 144.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 230 | 0.33 | 0.47 | 0 | 0.10 | 256.82 | 0.68 | 0.69 |
| Hex | 99 | 7B | E6 | 21 | 2F | 0 | A | 101 | 44 | 45 |
| Octal | 231 | 173 | 346 | 41 | 57 | 0 | 12 | 401 | 104 | 105 |
| Binary | 10011001 | 1111011 | 11100110 | 100001 | 101111 | 0 | 1010 | 100000001 | 1000100 | 1000101 |
Color Harmonies of #997BE6
Complementary color
Monochromatic Colors of #997BE6
Black with #997BE6
Text Example
Text Example
White with #997BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BE6; }
p { color: rgb(153,123,230); }
H1.HeaderClassName
{
color: #997BE6;
}
.AnyTagClassName
{
color: #997BE6;
}
</style>
background-color css
<style>
a { background-color: #997BE6; }
a { background-color: rgb(153,123,230); }
div.DivClassName
{
background-color: #997BE6;
}
.BgClassName
{
background-color: #997BE6;
}
</style>
border-color css
<style>
span { border-color: #997BE6; }
span { border-color: rgb(153,123,230); }
td.TdClassName
{
border-color: #997BE6;
}
.TagClassName
{
border-color: #997BE6;
}
</style>