Html Css Color HEX #9682AC Purple Mountain's Majesty
📋 copy color: '#9682AC'red 150 ◦ green 130 ◦ blue 172
Shades of Purple Mountain's Majesty #9682AC
Tints of Purple Mountain's Majesty #9682AC
RGB
CMYK
RGB Variations
Color information
#9682AC (or 0x9682AC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 82 and AC. RGB value is (150,130,172). Sum of RGB (Red+Green+Blue) = 150+130+172=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #9682AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9682AC is #697D53. Grayscale: #8C8C8C. Windows color (decimal): -6913364 or 11305622. OLE color: 11305622.
HSL color Cylindrical-coordinate representation of color #9682AC: hue angle of 268.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9682AC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 130 | 172 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.33 |
| HSL | 268.57º | 0.2% | 0.59% | - |
| HSV(B) | 268.57º | 0.24% | 0.67% | - |
| XYZ | 28.01 | 25.43 | 42.46 | - |
| YUV | 140.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 172 | 0.13 | 0.24 | 0 | 0.33 | 268.57 | 0.2 | 0.59 |
| Hex | 96 | 82 | AC | D | 18 | 0 | 21 | 10D | 14 | 3B |
| Octal | 226 | 202 | 254 | 15 | 30 | 0 | 41 | 415 | 24 | 73 |
| Binary | 10010110 | 10000010 | 10101100 | 1101 | 11000 | 0 | 100001 | 100001101 | 10100 | 111011 |
Color Harmonies of #9682AC
Complementary color
Monochromatic Colors of #9682AC
Black with #9682AC
Text Example
Text Example
White with #9682AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682AC; }
p { color: rgb(150,130,172); }
H1.HeaderClassName
{
color: #9682AC;
}
.AnyTagClassName
{
color: #9682AC;
}
</style>
background-color css
<style>
a { background-color: #9682AC; }
a { background-color: rgb(150,130,172); }
div.DivClassName
{
background-color: #9682AC;
}
.BgClassName
{
background-color: #9682AC;
}
</style>
border-color css
<style>
span { border-color: #9682AC; }
span { border-color: rgb(150,130,172); }
td.TdClassName
{
border-color: #9682AC;
}
.TagClassName
{
border-color: #9682AC;
}
</style>