Html Css Color HEX #9684B3 Purple Mountain's Majesty
📋 copy color: '#9684B3'red 150 ◦ green 132 ◦ blue 179
Shades of Purple Mountain's Majesty #9684B3
Tints of Purple Mountain's Majesty #9684B3
RGB
CMYK
RGB Variations
Color information
#9684B3 (or 0x9684B3) is known color: Purple Mountain's Majesty. HEX triplet: 96, 84 and B3. RGB value is (150,132,179). Sum of RGB (Red+Green+Blue) = 150+132+179=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #9684B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684B3 is #697B4C. Grayscale: #8E8E8E. Windows color (decimal): -6912845 or 11764886. OLE color: 11764886.
HSL color Cylindrical-coordinate representation of color #9684B3: hue angle of 262.98º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9684B3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 132 | 179 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.30 |
| HSL | 262.98º | 0.24% | 0.61% | - |
| HSV(B) | 262.98º | 0.26% | 0.7% | - |
| XYZ | 28.97 | 26.24 | 46.19 | - |
| YUV | 142.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 179 | 0.16 | 0.26 | 0 | 0.30 | 262.98 | 0.24 | 0.61 |
| Hex | 96 | 84 | B3 | 10 | 1A | 0 | 1E | 107 | 18 | 3D |
| Octal | 226 | 204 | 263 | 20 | 32 | 0 | 36 | 407 | 30 | 75 |
| Binary | 10010110 | 10000100 | 10110011 | 10000 | 11010 | 0 | 11110 | 100000111 | 11000 | 111101 |
Color Harmonies of #9684B3
Complementary color
Monochromatic Colors of #9684B3
Black with #9684B3
Text Example
Text Example
White with #9684B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684B3; }
p { color: rgb(150,132,179); }
H1.HeaderClassName
{
color: #9684B3;
}
.AnyTagClassName
{
color: #9684B3;
}
</style>
background-color css
<style>
a { background-color: #9684B3; }
a { background-color: rgb(150,132,179); }
div.DivClassName
{
background-color: #9684B3;
}
.BgClassName
{
background-color: #9684B3;
}
</style>
border-color css
<style>
span { border-color: #9684B3; }
span { border-color: rgb(150,132,179); }
td.TdClassName
{
border-color: #9684B3;
}
.TagClassName
{
border-color: #9684B3;
}
</style>