Html Css Color HEX #997BB3 Purple Mountain's Majesty
📋 copy color: '#997BB3'red 153 ◦ green 123 ◦ blue 179
Shades of Purple Mountain's Majesty #997BB3
Tints of Purple Mountain's Majesty #997BB3
RGB
CMYK
RGB Variations
Color information
#997BB3 (or 0x997BB3) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7B and B3. RGB value is (153,123,179). Sum of RGB (Red+Green+Blue) = 153+123+179=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #997BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BB3 is #66844C. Grayscale: #8A8A8A. Windows color (decimal): -6718541 or 11762585. OLE color: 11762585.
HSL color Cylindrical-coordinate representation of color #997BB3: hue angle of 272.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997BB3 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 123 | 179 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.30 |
| HSL | 272.14º | 0.27% | 0.59% | - |
| HSV(B) | 272.14º | 0.31% | 0.7% | - |
| XYZ | 28.36 | 24.19 | 45.82 | - |
| YUV | 138.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 179 | 0.15 | 0.31 | 0 | 0.30 | 272.14 | 0.27 | 0.59 |
| Hex | 99 | 7B | B3 | F | 1F | 0 | 1E | 110 | 1B | 3B |
| Octal | 231 | 173 | 263 | 17 | 37 | 0 | 36 | 420 | 33 | 73 |
| Binary | 10011001 | 1111011 | 10110011 | 1111 | 11111 | 0 | 11110 | 100010000 | 11011 | 111011 |
Color Harmonies of #997BB3
Complementary color
Monochromatic Colors of #997BB3
Black with #997BB3
Text Example
Text Example
White with #997BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BB3; }
p { color: rgb(153,123,179); }
H1.HeaderClassName
{
color: #997BB3;
}
.AnyTagClassName
{
color: #997BB3;
}
</style>
background-color css
<style>
a { background-color: #997BB3; }
a { background-color: rgb(153,123,179); }
div.DivClassName
{
background-color: #997BB3;
}
.BgClassName
{
background-color: #997BB3;
}
</style>
border-color css
<style>
span { border-color: #997BB3; }
span { border-color: rgb(153,123,179); }
td.TdClassName
{
border-color: #997BB3;
}
.TagClassName
{
border-color: #997BB3;
}
</style>