Html Css Color HEX #9683AC Purple Mountain's Majesty
📋 copy color: '#9683AC'red 150 ◦ green 131 ◦ blue 172
Shades of Purple Mountain's Majesty #9683AC
Tints of Purple Mountain's Majesty #9683AC
RGB
CMYK
RGB Variations
Color information
#9683AC (or 0x9683AC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 83 and AC. RGB value is (150,131,172). Sum of RGB (Red+Green+Blue) = 150+131+172=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9683AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9683AC is #697C53. Grayscale: #8D8D8D. Windows color (decimal): -6913108 or 11305878. OLE color: 11305878.
HSL color Cylindrical-coordinate representation of color #9683AC: hue angle of 267.8º 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 #9683AC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 131 | 172 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.33 |
| HSL | 267.8º | 0.2% | 0.59% | - |
| HSV(B) | 267.8º | 0.24% | 0.67% | - |
| XYZ | 28.14 | 25.7 | 42.51 | - |
| YUV | 141.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 172 | 0.13 | 0.24 | 0 | 0.33 | 267.8 | 0.2 | 0.59 |
| Hex | 96 | 83 | AC | D | 18 | 0 | 21 | 10C | 14 | 3B |
| Octal | 226 | 203 | 254 | 15 | 30 | 0 | 41 | 414 | 24 | 73 |
| Binary | 10010110 | 10000011 | 10101100 | 1101 | 11000 | 0 | 100001 | 100001100 | 10100 | 111011 |
Color Harmonies of #9683AC
Complementary color
Monochromatic Colors of #9683AC
Black with #9683AC
Text Example
Text Example
White with #9683AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683AC; }
p { color: rgb(150,131,172); }
H1.HeaderClassName
{
color: #9683AC;
}
.AnyTagClassName
{
color: #9683AC;
}
</style>
background-color css
<style>
a { background-color: #9683AC; }
a { background-color: rgb(150,131,172); }
div.DivClassName
{
background-color: #9683AC;
}
.BgClassName
{
background-color: #9683AC;
}
</style>
border-color css
<style>
span { border-color: #9683AC; }
span { border-color: rgb(150,131,172); }
td.TdClassName
{
border-color: #9683AC;
}
.TagClassName
{
border-color: #9683AC;
}
</style>