Html Css Color HEX #9269B6 Purple Mountain's Majesty
📋 copy color: '#9269B6'red 146 ◦ green 105 ◦ blue 182
Shades of Purple Mountain's Majesty #9269B6
Tints of Purple Mountain's Majesty #9269B6
RGB
CMYK
RGB Variations
Color information
#9269B6 (or 0x9269B6) is known color: Purple Mountain's Majesty. HEX triplet: 92, 69 and B6. RGB value is (146,105,182). Sum of RGB (Red+Green+Blue) = 146+105+182=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #9269B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269B6 is #6D9649. Grayscale: #7D7D7D. Windows color (decimal): -7181898 or 11954578. OLE color: 11954578.
HSL color Cylindrical-coordinate representation of color #9269B6: hue angle of 271.95º 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 #9269B6 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 105 | 182 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.29 |
| HSL | 271.95º | 0.35% | 0.56% | - |
| HSV(B) | 271.95º | 0.42% | 0.71% | - |
| XYZ | 25.35 | 19.59 | 46.7 | - |
| YUV | 126.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 182 | 0.20 | 0.42 | 0 | 0.29 | 271.95 | 0.35 | 0.56 |
| Hex | 92 | 69 | B6 | 14 | 2A | 0 | 1D | 110 | 23 | 38 |
| Octal | 222 | 151 | 266 | 24 | 52 | 0 | 35 | 420 | 43 | 70 |
| Binary | 10010010 | 1101001 | 10110110 | 10100 | 101010 | 0 | 11101 | 100010000 | 100011 | 111000 |
Color Harmonies of #9269B6
Complementary color
Monochromatic Colors of #9269B6
Black with #9269B6
Text Example
Text Example
White with #9269B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9269B6; }
p { color: rgb(146,105,182); }
H1.HeaderClassName
{
color: #9269B6;
}
.AnyTagClassName
{
color: #9269B6;
}
</style>
background-color css
<style>
a { background-color: #9269B6; }
a { background-color: rgb(146,105,182); }
div.DivClassName
{
background-color: #9269B6;
}
.BgClassName
{
background-color: #9269B6;
}
</style>
border-color css
<style>
span { border-color: #9269B6; }
span { border-color: rgb(146,105,182); }
td.TdClassName
{
border-color: #9269B6;
}
.TagClassName
{
border-color: #9269B6;
}
</style>