Html Css Color HEX #8967B2 Purple Mountain's Majesty
📋 copy color: '#8967B2'red 137 ◦ green 103 ◦ blue 178
Shades of Purple Mountain's Majesty #8967B2
Tints of Purple Mountain's Majesty #8967B2
RGB
CMYK
RGB Variations
Color information
#8967B2 (or 0x8967B2) is known color: Purple Mountain's Majesty. HEX triplet: 89, 67 and B2. RGB value is (137,103,178). Sum of RGB (Red+Green+Blue) = 137+103+178=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #8967B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8967B2 is #76984D. Grayscale: #797979. Windows color (decimal): -7772238 or 11691913. OLE color: 11691913.
HSL color Cylindrical-coordinate representation of color #8967B2: hue angle of 267.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8967B2 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 103 | 178 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.30 |
| HSL | 267.2º | 0.33% | 0.55% | - |
| HSV(B) | 267.2º | 0.42% | 0.7% | - |
| XYZ | 23.2 | 18.23 | 44.42 | - |
| YUV | 121.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 178 | 0.23 | 0.42 | 0 | 0.30 | 267.2 | 0.33 | 0.55 |
| Hex | 89 | 67 | B2 | 17 | 2A | 0 | 1E | 10B | 21 | 37 |
| Octal | 211 | 147 | 262 | 27 | 52 | 0 | 36 | 413 | 41 | 67 |
| Binary | 10001001 | 1100111 | 10110010 | 10111 | 101010 | 0 | 11110 | 100001011 | 100001 | 110111 |
Color Harmonies of #8967B2
Complementary color
Monochromatic Colors of #8967B2
Black with #8967B2
Text Example
Text Example
White with #8967B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8967B2; }
p { color: rgb(137,103,178); }
H1.HeaderClassName
{
color: #8967B2;
}
.AnyTagClassName
{
color: #8967B2;
}
</style>
background-color css
<style>
a { background-color: #8967B2; }
a { background-color: rgb(137,103,178); }
div.DivClassName
{
background-color: #8967B2;
}
.BgClassName
{
background-color: #8967B2;
}
</style>
border-color css
<style>
span { border-color: #8967B2; }
span { border-color: rgb(137,103,178); }
td.TdClassName
{
border-color: #8967B2;
}
.TagClassName
{
border-color: #8967B2;
}
</style>