Html Css Color HEX #917FAF Purple Mountain's Majesty
📋 copy color: '#917FAF'red 145 ◦ green 127 ◦ blue 175
Shades of Purple Mountain's Majesty #917FAF
Tints of Purple Mountain's Majesty #917FAF
RGB
CMYK
RGB Variations
Color information
#917FAF (or 0x917FAF) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7F and AF. RGB value is (145,127,175). Sum of RGB (Red+Green+Blue) = 145+127+175=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #917FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAF is #6E8050. Grayscale: #898989. Windows color (decimal): -7241809 or 11501457. OLE color: 11501457.
HSL color Cylindrical-coordinate representation of color #917FAF: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917FAF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 127 | 175 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.31 |
| HSL | 262.5º | 0.23% | 0.59% | - |
| HSV(B) | 262.5º | 0.27% | 0.69% | - |
| XYZ | 27 | 24.29 | 43.82 | - |
| YUV | 137.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 175 | 0.17 | 0.27 | 0 | 0.31 | 262.5 | 0.23 | 0.59 |
| Hex | 91 | 7F | AF | 11 | 1B | 0 | 1F | 106 | 17 | 3B |
| Octal | 221 | 177 | 257 | 21 | 33 | 0 | 37 | 406 | 27 | 73 |
| Binary | 10010001 | 1111111 | 10101111 | 10001 | 11011 | 0 | 11111 | 100000110 | 10111 | 111011 |
Color Harmonies of #917FAF
Complementary color
Monochromatic Colors of #917FAF
Black with #917FAF
Text Example
Text Example
White with #917FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FAF; }
p { color: rgb(145,127,175); }
H1.HeaderClassName
{
color: #917FAF;
}
.AnyTagClassName
{
color: #917FAF;
}
</style>
background-color css
<style>
a { background-color: #917FAF; }
a { background-color: rgb(145,127,175); }
div.DivClassName
{
background-color: #917FAF;
}
.BgClassName
{
background-color: #917FAF;
}
</style>
border-color css
<style>
span { border-color: #917FAF; }
span { border-color: rgb(145,127,175); }
td.TdClassName
{
border-color: #917FAF;
}
.TagClassName
{
border-color: #917FAF;
}
</style>