Html Css Color HEX #8966B3 Purple Mountain's Majesty
📋 copy color: '#8966B3'red 137 ◦ green 102 ◦ blue 179
Shades of Purple Mountain's Majesty #8966B3
Tints of Purple Mountain's Majesty #8966B3
RGB
CMYK
RGB Variations
Color information
#8966B3 (or 0x8966B3) is known color: Purple Mountain's Majesty. HEX triplet: 89, 66 and B3. RGB value is (137,102,179). Sum of RGB (Red+Green+Blue) = 137+102+179=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #8966B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966B3 is #76994C. Grayscale: #787878. Windows color (decimal): -7772493 or 11757193. OLE color: 11757193.
HSL color Cylindrical-coordinate representation of color #8966B3: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8966B3 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 102 | 179 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.30 |
| HSL | 267.27º | 0.34% | 0.55% | - |
| HSV(B) | 267.27º | 0.43% | 0.7% | - |
| XYZ | 23.2 | 18.08 | 44.91 | - |
| YUV | 121.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 179 | 0.23 | 0.43 | 0 | 0.30 | 267.27 | 0.34 | 0.55 |
| Hex | 89 | 66 | B3 | 17 | 2B | 0 | 1E | 10B | 22 | 37 |
| Octal | 211 | 146 | 263 | 27 | 53 | 0 | 36 | 413 | 42 | 67 |
| Binary | 10001001 | 1100110 | 10110011 | 10111 | 101011 | 0 | 11110 | 100001011 | 100010 | 110111 |
Color Harmonies of #8966B3
Complementary color
Monochromatic Colors of #8966B3
Black with #8966B3
Text Example
Text Example
White with #8966B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966B3; }
p { color: rgb(137,102,179); }
H1.HeaderClassName
{
color: #8966B3;
}
.AnyTagClassName
{
color: #8966B3;
}
</style>
background-color css
<style>
a { background-color: #8966B3; }
a { background-color: rgb(137,102,179); }
div.DivClassName
{
background-color: #8966B3;
}
.BgClassName
{
background-color: #8966B3;
}
</style>
border-color css
<style>
span { border-color: #8966B3; }
span { border-color: rgb(137,102,179); }
td.TdClassName
{
border-color: #8966B3;
}
.TagClassName
{
border-color: #8966B3;
}
</style>