Html Css Color HEX #9681B0 Purple Mountain's Majesty
📋 copy color: '#9681B0'red 150 ◦ green 129 ◦ blue 176
Shades of Purple Mountain's Majesty #9681B0
Tints of Purple Mountain's Majesty #9681B0
RGB
CMYK
RGB Variations
Color information
#9681B0 (or 0x9681B0) is known color: Purple Mountain's Majesty. HEX triplet: 96, 81 and B0. RGB value is (150,129,176). Sum of RGB (Red+Green+Blue) = 150+129+176=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 176 - color contains mainly: blue. Hex color #9681B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9681B0 is #697E4F. Grayscale: #8C8C8C. Windows color (decimal): -6913616 or 11567510. OLE color: 11567510.
HSL color Cylindrical-coordinate representation of color #9681B0: hue angle of 266.81º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9681B0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 129 | 176 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.31 |
| HSL | 266.81º | 0.23% | 0.6% | - |
| HSV(B) | 266.81º | 0.27% | 0.69% | - |
| XYZ | 28.26 | 25.32 | 44.47 | - |
| YUV | 140.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 176 | 0.15 | 0.27 | 0 | 0.31 | 266.81 | 0.23 | 0.6 |
| Hex | 96 | 81 | B0 | F | 1B | 0 | 1F | 10B | 17 | 3C |
| Octal | 226 | 201 | 260 | 17 | 33 | 0 | 37 | 413 | 27 | 74 |
| Binary | 10010110 | 10000001 | 10110000 | 1111 | 11011 | 0 | 11111 | 100001011 | 10111 | 111100 |
Color Harmonies of #9681B0
Complementary color
Monochromatic Colors of #9681B0
Black with #9681B0
Text Example
Text Example
White with #9681B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681B0; }
p { color: rgb(150,129,176); }
H1.HeaderClassName
{
color: #9681B0;
}
.AnyTagClassName
{
color: #9681B0;
}
</style>
background-color css
<style>
a { background-color: #9681B0; }
a { background-color: rgb(150,129,176); }
div.DivClassName
{
background-color: #9681B0;
}
.BgClassName
{
background-color: #9681B0;
}
</style>
border-color css
<style>
span { border-color: #9681B0; }
span { border-color: rgb(150,129,176); }
td.TdClassName
{
border-color: #9681B0;
}
.TagClassName
{
border-color: #9681B0;
}
</style>