Html Css Color HEX #9982B6 Purple Mountain's Majesty
📋 copy color: '#9982B6'red 153 ◦ green 130 ◦ blue 182
Shades of Purple Mountain's Majesty #9982B6
Tints of Purple Mountain's Majesty #9982B6
RGB
CMYK
RGB Variations
Color information
#9982B6 (or 0x9982B6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 82 and B6. RGB value is (153,130,182). Sum of RGB (Red+Green+Blue) = 153+130+182=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #9982B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982B6 is #667D49. Grayscale: #8E8E8E. Windows color (decimal): -6716746 or 11960985. OLE color: 11960985.
HSL color Cylindrical-coordinate representation of color #9982B6: hue angle of 266.54º 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 #9982B6 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 130 | 182 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.29 |
| HSL | 266.54º | 0.26% | 0.61% | - |
| HSV(B) | 266.54º | 0.29% | 0.71% | - |
| XYZ | 29.56 | 26.11 | 47.74 | - |
| YUV | 142.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 182 | 0.16 | 0.29 | 0 | 0.29 | 266.54 | 0.26 | 0.61 |
| Hex | 99 | 82 | B6 | 10 | 1D | 0 | 1D | 10B | 1A | 3D |
| Octal | 231 | 202 | 266 | 20 | 35 | 0 | 35 | 413 | 32 | 75 |
| Binary | 10011001 | 10000010 | 10110110 | 10000 | 11101 | 0 | 11101 | 100001011 | 11010 | 111101 |
Color Harmonies of #9982B6
Complementary color
Monochromatic Colors of #9982B6
Black with #9982B6
Text Example
Text Example
White with #9982B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982B6; }
p { color: rgb(153,130,182); }
H1.HeaderClassName
{
color: #9982B6;
}
.AnyTagClassName
{
color: #9982B6;
}
</style>
background-color css
<style>
a { background-color: #9982B6; }
a { background-color: rgb(153,130,182); }
div.DivClassName
{
background-color: #9982B6;
}
.BgClassName
{
background-color: #9982B6;
}
</style>
border-color css
<style>
span { border-color: #9982B6; }
span { border-color: rgb(153,130,182); }
td.TdClassName
{
border-color: #9982B6;
}
.TagClassName
{
border-color: #9982B6;
}
</style>