Html Css Color HEX #9982B3 Purple Mountain's Majesty
📋 copy color: '#9982B3'red 153 ◦ green 130 ◦ blue 179
Shades of Purple Mountain's Majesty #9982B3
Tints of Purple Mountain's Majesty #9982B3
RGB
CMYK
RGB Variations
Color information
#9982B3 (or 0x9982B3) is known color: Purple Mountain's Majesty. HEX triplet: 99, 82 and B3. RGB value is (153,130,179). Sum of RGB (Red+Green+Blue) = 153+130+179=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #9982B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982B3 is #667D4C. Grayscale: #8E8E8E. Windows color (decimal): -6716749 or 11764377. OLE color: 11764377.
HSL color Cylindrical-coordinate representation of color #9982B3: hue angle of 268.16º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9982B3 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 130 | 179 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.30 |
| HSL | 268.16º | 0.24% | 0.61% | - |
| HSV(B) | 268.16º | 0.27% | 0.7% | - |
| XYZ | 29.26 | 25.99 | 46.12 | - |
| YUV | 142.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 179 | 0.15 | 0.27 | 0 | 0.30 | 268.16 | 0.24 | 0.61 |
| Hex | 99 | 82 | B3 | F | 1B | 0 | 1E | 10C | 18 | 3D |
| Octal | 231 | 202 | 263 | 17 | 33 | 0 | 36 | 414 | 30 | 75 |
| Binary | 10011001 | 10000010 | 10110011 | 1111 | 11011 | 0 | 11110 | 100001100 | 11000 | 111101 |
Color Harmonies of #9982B3
Complementary color
Monochromatic Colors of #9982B3
Black with #9982B3
Text Example
Text Example
White with #9982B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982B3; }
p { color: rgb(153,130,179); }
H1.HeaderClassName
{
color: #9982B3;
}
.AnyTagClassName
{
color: #9982B3;
}
</style>
background-color css
<style>
a { background-color: #9982B3; }
a { background-color: rgb(153,130,179); }
div.DivClassName
{
background-color: #9982B3;
}
.BgClassName
{
background-color: #9982B3;
}
</style>
border-color css
<style>
span { border-color: #9982B3; }
span { border-color: rgb(153,130,179); }
td.TdClassName
{
border-color: #9982B3;
}
.TagClassName
{
border-color: #9982B3;
}
</style>