Html Css Color HEX #8B77B2 Purple Mountain's Majesty
📋 copy color: '#8B77B2'red 139 ◦ green 119 ◦ blue 178
Shades of Purple Mountain's Majesty #8B77B2
Tints of Purple Mountain's Majesty #8B77B2
RGB
CMYK
RGB Variations
Color information
#8B77B2 (or 0x8B77B2) is known color: Purple Mountain's Majesty. HEX triplet: 8B, 77 and B2. RGB value is (139,119,178). Sum of RGB (Red+Green+Blue) = 139+119+178=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B77B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B77B2 is #74884D. Grayscale: #838383. Windows color (decimal): -7637070 or 11696011. OLE color: 11696011.
HSL color Cylindrical-coordinate representation of color #8B77B2: hue angle of 260.34º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B77B2 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 119 | 178 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.30 |
| HSL | 260.34º | 0.28% | 0.58% | - |
| HSV(B) | 260.34º | 0.33% | 0.7% | - |
| XYZ | 25.28 | 21.9 | 45.01 | - |
| YUV | 131.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 178 | 0.22 | 0.33 | 0 | 0.30 | 260.34 | 0.28 | 0.58 |
| Hex | 8B | 77 | B2 | 16 | 21 | 0 | 1E | 104 | 1C | 3A |
| Octal | 213 | 167 | 262 | 26 | 41 | 0 | 36 | 404 | 34 | 72 |
| Binary | 10001011 | 1110111 | 10110010 | 10110 | 100001 | 0 | 11110 | 100000100 | 11100 | 111010 |
Color Harmonies of #8B77B2
Complementary color
Monochromatic Colors of #8B77B2
Black with #8B77B2
Text Example
Text Example
White with #8B77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B77B2; }
p { color: rgb(139,119,178); }
H1.HeaderClassName
{
color: #8B77B2;
}
.AnyTagClassName
{
color: #8B77B2;
}
</style>
background-color css
<style>
a { background-color: #8B77B2; }
a { background-color: rgb(139,119,178); }
div.DivClassName
{
background-color: #8B77B2;
}
.BgClassName
{
background-color: #8B77B2;
}
</style>
border-color css
<style>
span { border-color: #8B77B2; }
span { border-color: rgb(139,119,178); }
td.TdClassName
{
border-color: #8B77B2;
}
.TagClassName
{
border-color: #8B77B2;
}
</style>