Html Css Color HEX #9681B3 Purple Mountain's Majesty
📋 copy color: '#9681B3'red 150 ◦ green 129 ◦ blue 179
Shades of Purple Mountain's Majesty #9681B3
Tints of Purple Mountain's Majesty #9681B3
RGB
CMYK
RGB Variations
Color information
#9681B3 (or 0x9681B3) is known color: Purple Mountain's Majesty. HEX triplet: 96, 81 and B3. RGB value is (150,129,179). Sum of RGB (Red+Green+Blue) = 150+129+179=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #9681B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681B3 is #697E4C. Grayscale: #8C8C8C. Windows color (decimal): -6913613 or 11764118. OLE color: 11764118.
HSL color Cylindrical-coordinate representation of color #9681B3: hue angle of 265.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9681B3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 129 | 179 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.30 |
| HSL | 265.2º | 0.25% | 0.6% | - |
| HSV(B) | 265.2º | 0.28% | 0.7% | - |
| XYZ | 28.56 | 25.44 | 46.05 | - |
| YUV | 140.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 179 | 0.16 | 0.28 | 0 | 0.30 | 265.2 | 0.25 | 0.6 |
| Hex | 96 | 81 | B3 | 10 | 1C | 0 | 1E | 109 | 19 | 3C |
| Octal | 226 | 201 | 263 | 20 | 34 | 0 | 36 | 411 | 31 | 74 |
| Binary | 10010110 | 10000001 | 10110011 | 10000 | 11100 | 0 | 11110 | 100001001 | 11001 | 111100 |
Color Harmonies of #9681B3
Complementary color
Monochromatic Colors of #9681B3
Black with #9681B3
Text Example
Text Example
White with #9681B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681B3; }
p { color: rgb(150,129,179); }
H1.HeaderClassName
{
color: #9681B3;
}
.AnyTagClassName
{
color: #9681B3;
}
</style>
background-color css
<style>
a { background-color: #9681B3; }
a { background-color: rgb(150,129,179); }
div.DivClassName
{
background-color: #9681B3;
}
.BgClassName
{
background-color: #9681B3;
}
</style>
border-color css
<style>
span { border-color: #9681B3; }
span { border-color: rgb(150,129,179); }
td.TdClassName
{
border-color: #9681B3;
}
.TagClassName
{
border-color: #9681B3;
}
</style>