Html Css Color HEX #9271B3 Purple Mountain's Majesty
📋 copy color: '#9271B3'red 146 ◦ green 113 ◦ blue 179
Shades of Purple Mountain's Majesty #9271B3
Tints of Purple Mountain's Majesty #9271B3
RGB
CMYK
RGB Variations
Color information
#9271B3 (or 0x9271B3) is known color: Purple Mountain's Majesty. HEX triplet: 92, 71 and B3. RGB value is (146,113,179). Sum of RGB (Red+Green+Blue) = 146+113+179=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #9271B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271B3 is #6D8E4C. Grayscale: #828282. Windows color (decimal): -7179853 or 11760018. OLE color: 11760018.
HSL color Cylindrical-coordinate representation of color #9271B3: hue angle of 270º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9271B3 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 113 | 179 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.30 |
| HSL | 270º | 0.3% | 0.57% | - |
| HSV(B) | 270º | 0.37% | 0.7% | - |
| XYZ | 25.9 | 21.18 | 45.37 | - |
| YUV | 130.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 179 | 0.18 | 0.37 | 0 | 0.30 | 270 | 0.3 | 0.57 |
| Hex | 92 | 71 | B3 | 12 | 25 | 0 | 1E | 10E | 1E | 39 |
| Octal | 222 | 161 | 263 | 22 | 45 | 0 | 36 | 416 | 36 | 71 |
| Binary | 10010010 | 1110001 | 10110011 | 10010 | 100101 | 0 | 11110 | 100001110 | 11110 | 111001 |
Color Harmonies of #9271B3
Complementary color
Monochromatic Colors of #9271B3
Black with #9271B3
Text Example
Text Example
White with #9271B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271B3; }
p { color: rgb(146,113,179); }
H1.HeaderClassName
{
color: #9271B3;
}
.AnyTagClassName
{
color: #9271B3;
}
</style>
background-color css
<style>
a { background-color: #9271B3; }
a { background-color: rgb(146,113,179); }
div.DivClassName
{
background-color: #9271B3;
}
.BgClassName
{
background-color: #9271B3;
}
</style>
border-color css
<style>
span { border-color: #9271B3; }
span { border-color: rgb(146,113,179); }
td.TdClassName
{
border-color: #9271B3;
}
.TagClassName
{
border-color: #9271B3;
}
</style>