Html Css Color HEX #8C7DB3 Purple Mountain's Majesty
📋 copy color: '#8C7DB3'red 140 ◦ green 125 ◦ blue 179
Shades of Purple Mountain's Majesty #8C7DB3
Tints of Purple Mountain's Majesty #8C7DB3
RGB
CMYK
RGB Variations
Color information
#8C7DB3 (or 0x8C7DB3) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 7D and B3. RGB value is (140,125,179). Sum of RGB (Red+Green+Blue) = 140+125+179=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C7DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DB3 is #73824C. Grayscale: #878787. Windows color (decimal): -7569997 or 11763084. OLE color: 11763084.
HSL color Cylindrical-coordinate representation of color #8C7DB3: hue angle of 256.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C7DB3 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 125 | 179 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.30 |
| HSL | 256.67º | 0.26% | 0.6% | - |
| HSV(B) | 256.67º | 0.3% | 0.7% | - |
| XYZ | 26.29 | 23.5 | 45.8 | - |
| YUV | 135.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 179 | 0.22 | 0.30 | 0 | 0.30 | 256.67 | 0.26 | 0.6 |
| Hex | 8C | 7D | B3 | 16 | 1E | 0 | 1E | 101 | 1A | 3C |
| Octal | 214 | 175 | 263 | 26 | 36 | 0 | 36 | 401 | 32 | 74 |
| Binary | 10001100 | 1111101 | 10110011 | 10110 | 11110 | 0 | 11110 | 100000001 | 11010 | 111100 |
Color Harmonies of #8C7DB3
Complementary color
Monochromatic Colors of #8C7DB3
Black with #8C7DB3
Text Example
Text Example
White with #8C7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DB3; }
p { color: rgb(140,125,179); }
H1.HeaderClassName
{
color: #8C7DB3;
}
.AnyTagClassName
{
color: #8C7DB3;
}
</style>
background-color css
<style>
a { background-color: #8C7DB3; }
a { background-color: rgb(140,125,179); }
div.DivClassName
{
background-color: #8C7DB3;
}
.BgClassName
{
background-color: #8C7DB3;
}
</style>
border-color css
<style>
span { border-color: #8C7DB3; }
span { border-color: rgb(140,125,179); }
td.TdClassName
{
border-color: #8C7DB3;
}
.TagClassName
{
border-color: #8C7DB3;
}
</style>