Html Css Color HEX #9982B8 Purple Mountain's Majesty
📋 copy color: '#9982B8'red 153 ◦ green 130 ◦ blue 184
Shades of Purple Mountain's Majesty #9982B8
Tints of Purple Mountain's Majesty #9982B8
RGB
CMYK
RGB Variations
Color information
#9982B8 (or 0x9982B8) is known color: Purple Mountain's Majesty. HEX triplet: 99, 82 and B8. RGB value is (153,130,184). Sum of RGB (Red+Green+Blue) = 153+130+184=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #9982B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982B8 is #667D47. Grayscale: #8E8E8E. Windows color (decimal): -6716744 or 12092057. OLE color: 12092057.
HSL color Cylindrical-coordinate representation of color #9982B8: hue angle of 265.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9982B8 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 130 | 184 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.28 |
| HSL | 265.56º | 0.28% | 0.62% | - |
| HSV(B) | 265.56º | 0.29% | 0.72% | - |
| XYZ | 29.77 | 26.2 | 48.84 | - |
| YUV | 143.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 184 | 0.17 | 0.29 | 0 | 0.28 | 265.56 | 0.28 | 0.62 |
| Hex | 99 | 82 | B8 | 11 | 1D | 0 | 1C | 10A | 1C | 3E |
| Octal | 231 | 202 | 270 | 21 | 35 | 0 | 34 | 412 | 34 | 76 |
| Binary | 10011001 | 10000010 | 10111000 | 10001 | 11101 | 0 | 11100 | 100001010 | 11100 | 111110 |
Color Harmonies of #9982B8
Complementary color
Monochromatic Colors of #9982B8
Black with #9982B8
Text Example
Text Example
White with #9982B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982B8; }
p { color: rgb(153,130,184); }
H1.HeaderClassName
{
color: #9982B8;
}
.AnyTagClassName
{
color: #9982B8;
}
</style>
background-color css
<style>
a { background-color: #9982B8; }
a { background-color: rgb(153,130,184); }
div.DivClassName
{
background-color: #9982B8;
}
.BgClassName
{
background-color: #9982B8;
}
</style>
border-color css
<style>
span { border-color: #9982B8; }
span { border-color: rgb(153,130,184); }
td.TdClassName
{
border-color: #9982B8;
}
.TagClassName
{
border-color: #9982B8;
}
</style>