Html Css Color HEX #9682AF Purple Mountain's Majesty
📋 copy color: '#9682AF'red 150 ◦ green 130 ◦ blue 175
Shades of Purple Mountain's Majesty #9682AF
Tints of Purple Mountain's Majesty #9682AF
RGB
CMYK
RGB Variations
Color information
#9682AF (or 0x9682AF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 82 and AF. RGB value is (150,130,175). Sum of RGB (Red+Green+Blue) = 150+130+175=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9682AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9682AF is #697D50. Grayscale: #8C8C8C. Windows color (decimal): -6913361 or 11502230. OLE color: 11502230.
HSL color Cylindrical-coordinate representation of color #9682AF: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9682AF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 130 | 175 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.31 |
| HSL | 266.67º | 0.22% | 0.6% | - |
| HSV(B) | 266.67º | 0.26% | 0.69% | - |
| XYZ | 28.3 | 25.54 | 44 | - |
| YUV | 141.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 175 | 0.14 | 0.26 | 0 | 0.31 | 266.67 | 0.22 | 0.6 |
| Hex | 96 | 82 | AF | E | 1A | 0 | 1F | 10B | 16 | 3C |
| Octal | 226 | 202 | 257 | 16 | 32 | 0 | 37 | 413 | 26 | 74 |
| Binary | 10010110 | 10000010 | 10101111 | 1110 | 11010 | 0 | 11111 | 100001011 | 10110 | 111100 |
Color Harmonies of #9682AF
Complementary color
Monochromatic Colors of #9682AF
Black with #9682AF
Text Example
Text Example
White with #9682AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682AF; }
p { color: rgb(150,130,175); }
H1.HeaderClassName
{
color: #9682AF;
}
.AnyTagClassName
{
color: #9682AF;
}
</style>
background-color css
<style>
a { background-color: #9682AF; }
a { background-color: rgb(150,130,175); }
div.DivClassName
{
background-color: #9682AF;
}
.BgClassName
{
background-color: #9682AF;
}
</style>
border-color css
<style>
span { border-color: #9682AF; }
span { border-color: rgb(150,130,175); }
td.TdClassName
{
border-color: #9682AF;
}
.TagClassName
{
border-color: #9682AF;
}
</style>