Html Css Color HEX #9382B1 Purple Mountain's Majesty
📋 copy color: '#9382B1'red 147 ◦ green 130 ◦ blue 177
Shades of Purple Mountain's Majesty #9382B1
Tints of Purple Mountain's Majesty #9382B1
RGB
CMYK
RGB Variations
Color information
#9382B1 (or 0x9382B1) is known color: Purple Mountain's Majesty. HEX triplet: 93, 82 and B1. RGB value is (147,130,177). Sum of RGB (Red+Green+Blue) = 147+130+177=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 177 - color contains mainly: blue. Hex color #9382B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9382B1 is #6C7D4E. Grayscale: #8C8C8C. Windows color (decimal): -7109967 or 11633299. OLE color: 11633299.
HSL color Cylindrical-coordinate representation of color #9382B1: hue angle of 261.7º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9382B1 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 130 | 177 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.31 |
| HSL | 261.7º | 0.23% | 0.6% | - |
| HSV(B) | 261.7º | 0.27% | 0.69% | - |
| XYZ | 27.95 | 25.34 | 45.01 | - |
| YUV | 140.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 177 | 0.17 | 0.27 | 0 | 0.31 | 261.7 | 0.23 | 0.6 |
| Hex | 93 | 82 | B1 | 11 | 1B | 0 | 1F | 106 | 17 | 3C |
| Octal | 223 | 202 | 261 | 21 | 33 | 0 | 37 | 406 | 27 | 74 |
| Binary | 10010011 | 10000010 | 10110001 | 10001 | 11011 | 0 | 11111 | 100000110 | 10111 | 111100 |
Color Harmonies of #9382B1
Complementary color
Monochromatic Colors of #9382B1
Black with #9382B1
Text Example
Text Example
White with #9382B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9382B1; }
p { color: rgb(147,130,177); }
H1.HeaderClassName
{
color: #9382B1;
}
.AnyTagClassName
{
color: #9382B1;
}
</style>
background-color css
<style>
a { background-color: #9382B1; }
a { background-color: rgb(147,130,177); }
div.DivClassName
{
background-color: #9382B1;
}
.BgClassName
{
background-color: #9382B1;
}
</style>
border-color css
<style>
span { border-color: #9382B1; }
span { border-color: rgb(147,130,177); }
td.TdClassName
{
border-color: #9382B1;
}
.TagClassName
{
border-color: #9382B1;
}
</style>