Html Css Color HEX #9C81B5 Purple Mountain's Majesty
📋 copy color: '#9C81B5'red 156 ◦ green 129 ◦ blue 181
Shades of Purple Mountain's Majesty #9C81B5
Tints of Purple Mountain's Majesty #9C81B5
RGB
CMYK
RGB Variations
Color information
#9C81B5 (or 0x9C81B5) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 81 and B5. RGB value is (156,129,181). Sum of RGB (Red+Green+Blue) = 156+129+181=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C81B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81B5 is #637E4A. Grayscale: #8E8E8E. Windows color (decimal): -6520395 or 11895196. OLE color: 11895196.
HSL color Cylindrical-coordinate representation of color #9C81B5: hue angle of 271.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C81B5 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 129 | 181 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.29 |
| HSL | 271.15º | 0.26% | 0.61% | - |
| HSV(B) | 271.15º | 0.29% | 0.71% | - |
| XYZ | 29.9 | 26.1 | 47.18 | - |
| YUV | 143 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 181 | 0.14 | 0.29 | 0 | 0.29 | 271.15 | 0.26 | 0.61 |
| Hex | 9C | 81 | B5 | E | 1D | 0 | 1D | 10F | 1A | 3D |
| Octal | 234 | 201 | 265 | 16 | 35 | 0 | 35 | 417 | 32 | 75 |
| Binary | 10011100 | 10000001 | 10110101 | 1110 | 11101 | 0 | 11101 | 100001111 | 11010 | 111101 |
Color Harmonies of #9C81B5
Complementary color
Monochromatic Colors of #9C81B5
Black with #9C81B5
Text Example
Text Example
White with #9C81B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C81B5; }
p { color: rgb(156,129,181); }
H1.HeaderClassName
{
color: #9C81B5;
}
.AnyTagClassName
{
color: #9C81B5;
}
</style>
background-color css
<style>
a { background-color: #9C81B5; }
a { background-color: rgb(156,129,181); }
div.DivClassName
{
background-color: #9C81B5;
}
.BgClassName
{
background-color: #9C81B5;
}
</style>
border-color css
<style>
span { border-color: #9C81B5; }
span { border-color: rgb(156,129,181); }
td.TdClassName
{
border-color: #9C81B5;
}
.TagClassName
{
border-color: #9C81B5;
}
</style>