Html Css Color HEX #9669B6 Purple Mountain's Majesty
📋 copy color: '#9669B6'red 150 ◦ green 105 ◦ blue 182
Shades of Purple Mountain's Majesty #9669B6
Tints of Purple Mountain's Majesty #9669B6
RGB
CMYK
RGB Variations
Color information
#9669B6 (or 0x9669B6) is known color: Purple Mountain's Majesty. HEX triplet: 96, 69 and B6. RGB value is (150,105,182). Sum of RGB (Red+Green+Blue) = 150+105+182=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #9669B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669B6 is #699649. Grayscale: #7E7E7E. Windows color (decimal): -6919754 or 11954582. OLE color: 11954582.
HSL color Cylindrical-coordinate representation of color #9669B6: hue angle of 275.06º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9669B6 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 105 | 182 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.29 |
| HSL | 275.06º | 0.35% | 0.56% | - |
| HSV(B) | 275.06º | 0.42% | 0.71% | - |
| XYZ | 26.07 | 19.96 | 46.74 | - |
| YUV | 127.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 182 | 0.18 | 0.42 | 0 | 0.29 | 275.06 | 0.35 | 0.56 |
| Hex | 96 | 69 | B6 | 12 | 2A | 0 | 1D | 113 | 23 | 38 |
| Octal | 226 | 151 | 266 | 22 | 52 | 0 | 35 | 423 | 43 | 70 |
| Binary | 10010110 | 1101001 | 10110110 | 10010 | 101010 | 0 | 11101 | 100010011 | 100011 | 111000 |
Color Harmonies of #9669B6
Complementary color
Monochromatic Colors of #9669B6
Black with #9669B6
Text Example
Text Example
White with #9669B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669B6; }
p { color: rgb(150,105,182); }
H1.HeaderClassName
{
color: #9669B6;
}
.AnyTagClassName
{
color: #9669B6;
}
</style>
background-color css
<style>
a { background-color: #9669B6; }
a { background-color: rgb(150,105,182); }
div.DivClassName
{
background-color: #9669B6;
}
.BgClassName
{
background-color: #9669B6;
}
</style>
border-color css
<style>
span { border-color: #9669B6; }
span { border-color: rgb(150,105,182); }
td.TdClassName
{
border-color: #9669B6;
}
.TagClassName
{
border-color: #9669B6;
}
</style>