Html Css Color HEX #9185A6 Purple Mountain's Majesty
📋 copy color: '#9185A6'red 145 ◦ green 133 ◦ blue 166
Shades of Purple Mountain's Majesty #9185A6
Tints of Purple Mountain's Majesty #9185A6
RGB
CMYK
RGB Variations
Color information
#9185A6 (or 0x9185A6) is known color: Purple Mountain's Majesty. HEX triplet: 91, 85 and A6. RGB value is (145,133,166). Sum of RGB (Red+Green+Blue) = 145+133+166=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 166 - color contains mainly: blue. Hex color #9185A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9185A6 is #6E7A59. Grayscale: #8C8C8C. Windows color (decimal): -7240282 or 10913169. OLE color: 10913169.
HSL color Cylindrical-coordinate representation of color #9185A6: hue angle of 261.82º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9185A6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 133 | 166 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.35 |
| HSL | 261.82º | 0.16% | 0.59% | - |
| HSV(B) | 261.82º | 0.2% | 0.65% | - |
| XYZ | 26.95 | 25.55 | 39.59 | - |
| YUV | 140.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 166 | 0.13 | 0.20 | 0 | 0.35 | 261.82 | 0.16 | 0.59 |
| Hex | 91 | 85 | A6 | D | 14 | 0 | 23 | 106 | 10 | 3B |
| Octal | 221 | 205 | 246 | 15 | 24 | 0 | 43 | 406 | 20 | 73 |
| Binary | 10010001 | 10000101 | 10100110 | 1101 | 10100 | 0 | 100011 | 100000110 | 10000 | 111011 |
Color Harmonies of #9185A6
Complementary color
Monochromatic Colors of #9185A6
Black with #9185A6
Text Example
Text Example
White with #9185A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185A6; }
p { color: rgb(145,133,166); }
H1.HeaderClassName
{
color: #9185A6;
}
.AnyTagClassName
{
color: #9185A6;
}
</style>
background-color css
<style>
a { background-color: #9185A6; }
a { background-color: rgb(145,133,166); }
div.DivClassName
{
background-color: #9185A6;
}
.BgClassName
{
background-color: #9185A6;
}
</style>
border-color css
<style>
span { border-color: #9185A6; }
span { border-color: rgb(145,133,166); }
td.TdClassName
{
border-color: #9185A6;
}
.TagClassName
{
border-color: #9185A6;
}
</style>