Html Css Color HEX #917DAC Purple Mountain's Majesty
📋 copy color: '#917DAC'red 145 ◦ green 125 ◦ blue 172
Shades of Purple Mountain's Majesty #917DAC
Tints of Purple Mountain's Majesty #917DAC
RGB
CMYK
RGB Variations
Color information
#917DAC (or 0x917DAC) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7D and AC. RGB value is (145,125,172). Sum of RGB (Red+Green+Blue) = 145+125+172=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #917DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917DAC is #6E8253. Grayscale: #888888. Windows color (decimal): -7242324 or 11304337. OLE color: 11304337.
HSL color Cylindrical-coordinate representation of color #917DAC: hue angle of 265.53º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917DAC is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 125 | 172 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.33 |
| HSL | 265.53º | 0.22% | 0.58% | - |
| HSV(B) | 265.53º | 0.27% | 0.67% | - |
| XYZ | 26.46 | 23.67 | 42.2 | - |
| YUV | 136.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 172 | 0.16 | 0.27 | 0 | 0.33 | 265.53 | 0.22 | 0.58 |
| Hex | 91 | 7D | AC | 10 | 1B | 0 | 21 | 10A | 16 | 3A |
| Octal | 221 | 175 | 254 | 20 | 33 | 0 | 41 | 412 | 26 | 72 |
| Binary | 10010001 | 1111101 | 10101100 | 10000 | 11011 | 0 | 100001 | 100001010 | 10110 | 111010 |
Color Harmonies of #917DAC
Complementary color
Monochromatic Colors of #917DAC
Black with #917DAC
Text Example
Text Example
White with #917DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DAC; }
p { color: rgb(145,125,172); }
H1.HeaderClassName
{
color: #917DAC;
}
.AnyTagClassName
{
color: #917DAC;
}
</style>
background-color css
<style>
a { background-color: #917DAC; }
a { background-color: rgb(145,125,172); }
div.DivClassName
{
background-color: #917DAC;
}
.BgClassName
{
background-color: #917DAC;
}
</style>
border-color css
<style>
span { border-color: #917DAC; }
span { border-color: rgb(145,125,172); }
td.TdClassName
{
border-color: #917DAC;
}
.TagClassName
{
border-color: #917DAC;
}
</style>