Html Css Color HEX #8D67B5 Purple Mountain's Majesty
📋 copy color: '#8D67B5'red 141 ◦ green 103 ◦ blue 181
Shades of Purple Mountain's Majesty #8D67B5
Tints of Purple Mountain's Majesty #8D67B5
RGB
CMYK
RGB Variations
Color information
#8D67B5 (or 0x8D67B5) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 67 and B5. RGB value is (141,103,181). Sum of RGB (Red+Green+Blue) = 141+103+181=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D67B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67B5 is #72984A. Grayscale: #7A7A7A. Windows color (decimal): -7510091 or 11888525. OLE color: 11888525.
HSL color Cylindrical-coordinate representation of color #8D67B5: hue angle of 269.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D67B5 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 103 | 181 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.29 |
| HSL | 269.23º | 0.35% | 0.56% | - |
| HSV(B) | 269.23º | 0.43% | 0.71% | - |
| XYZ | 24.18 | 18.7 | 46.05 | - |
| YUV | 123.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 181 | 0.22 | 0.43 | 0 | 0.29 | 269.23 | 0.35 | 0.56 |
| Hex | 8D | 67 | B5 | 16 | 2B | 0 | 1D | 10D | 23 | 38 |
| Octal | 215 | 147 | 265 | 26 | 53 | 0 | 35 | 415 | 43 | 70 |
| Binary | 10001101 | 1100111 | 10110101 | 10110 | 101011 | 0 | 11101 | 100001101 | 100011 | 111000 |
Color Harmonies of #8D67B5
Complementary color
Monochromatic Colors of #8D67B5
Black with #8D67B5
Text Example
Text Example
White with #8D67B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D67B5; }
p { color: rgb(141,103,181); }
H1.HeaderClassName
{
color: #8D67B5;
}
.AnyTagClassName
{
color: #8D67B5;
}
</style>
background-color css
<style>
a { background-color: #8D67B5; }
a { background-color: rgb(141,103,181); }
div.DivClassName
{
background-color: #8D67B5;
}
.BgClassName
{
background-color: #8D67B5;
}
</style>
border-color css
<style>
span { border-color: #8D67B5; }
span { border-color: rgb(141,103,181); }
td.TdClassName
{
border-color: #8D67B5;
}
.TagClassName
{
border-color: #8D67B5;
}
</style>