Html Css Color HEX #8F7BB8 Purple Mountain's Majesty
📋 copy color: '#8F7BB8'red 143 ◦ green 123 ◦ blue 184
Shades of Purple Mountain's Majesty #8F7BB8
Tints of Purple Mountain's Majesty #8F7BB8
RGB
CMYK
RGB Variations
Color information
#8F7BB8 (or 0x8F7BB8) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7B and B8. RGB value is (143,123,184). Sum of RGB (Red+Green+Blue) = 143+123+184=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F7BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BB8 is #708447. Grayscale: #878787. Windows color (decimal): -7373896 or 12090255. OLE color: 12090255.
HSL color Cylindrical-coordinate representation of color #8F7BB8: hue angle of 259.67º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7BB8 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 123 | 184 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.28 |
| HSL | 259.67º | 0.3% | 0.6% | - |
| HSV(B) | 259.67º | 0.33% | 0.72% | - |
| XYZ | 27.06 | 23.47 | 48.45 | - |
| YUV | 135.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 184 | 0.22 | 0.33 | 0 | 0.28 | 259.67 | 0.3 | 0.6 |
| Hex | 8F | 7B | B8 | 16 | 21 | 0 | 1C | 104 | 1E | 3C |
| Octal | 217 | 173 | 270 | 26 | 41 | 0 | 34 | 404 | 36 | 74 |
| Binary | 10001111 | 1111011 | 10111000 | 10110 | 100001 | 0 | 11100 | 100000100 | 11110 | 111100 |
Color Harmonies of #8F7BB8
Complementary color
Monochromatic Colors of #8F7BB8
Black with #8F7BB8
Text Example
Text Example
White with #8F7BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BB8; }
p { color: rgb(143,123,184); }
H1.HeaderClassName
{
color: #8F7BB8;
}
.AnyTagClassName
{
color: #8F7BB8;
}
</style>
background-color css
<style>
a { background-color: #8F7BB8; }
a { background-color: rgb(143,123,184); }
div.DivClassName
{
background-color: #8F7BB8;
}
.BgClassName
{
background-color: #8F7BB8;
}
</style>
border-color css
<style>
span { border-color: #8F7BB8; }
span { border-color: rgb(143,123,184); }
td.TdClassName
{
border-color: #8F7BB8;
}
.TagClassName
{
border-color: #8F7BB8;
}
</style>