Html Css Color HEX #977DB1 Purple Mountain's Majesty
📋 copy color: '#977DB1'red 151 ◦ green 125 ◦ blue 177
Shades of Purple Mountain's Majesty #977DB1
Tints of Purple Mountain's Majesty #977DB1
RGB
CMYK
RGB Variations
Color information
#977DB1 (or 0x977DB1) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7D and B1. RGB value is (151,125,177). Sum of RGB (Red+Green+Blue) = 151+125+177=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #977DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977DB1 is #68824E. Grayscale: #8A8A8A. Windows color (decimal): -6849103 or 11632023. OLE color: 11632023.
HSL color Cylindrical-coordinate representation of color #977DB1: hue angle of 270º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977DB1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 151 | 125 | 177 | - |
CMYK | 0.15 | 0.29 | 0 | 0.31 |
HSL | 270º | 0.25% | 0.59% | - |
HSV(B) | 270º | 0.29% | 0.69% | - |
XYZ | 28.03 | 24.42 | 44.83 | - |
YUV | 138.7 | 149.61 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 125 | 177 | 0.15 | 0.29 | 0 | 0.31 | 270 | 0.25 | 0.59 |
Hex | 97 | 7D | B1 | F | 1D | 0 | 1F | 10E | 19 | 3B |
Octal | 227 | 175 | 261 | 17 | 35 | 0 | 37 | 416 | 31 | 73 |
Binary | 10010111 | 1111101 | 10110001 | 1111 | 11101 | 0 | 11111 | 100001110 | 11001 | 111011 |
Color Harmonies of #977DB1
Complementary color
Monochromatic Colors of #977DB1
Black with #977DB1
Text Example
Text Example
White with #977DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DB1; }
p { color: rgb(151,125,177); }
H1.HeaderClassName
{
color: #977DB1;
}
.AnyTagClassName
{
color: #977DB1;
}
</style>
background-color css
<style>
a { background-color: #977DB1; }
a { background-color: rgb(151,125,177); }
div.DivClassName
{
background-color: #977DB1;
}
.BgClassName
{
background-color: #977DB1;
}
</style>
border-color css
<style>
span { border-color: #977DB1; }
span { border-color: rgb(151,125,177); }
td.TdClassName
{
border-color: #977DB1;
}
.TagClassName
{
border-color: #977DB1;
}
</style>