Html Css Color HEX #9268B5 Purple Mountain's Majesty
📋 copy color: '#9268B5'red 146 ◦ green 104 ◦ blue 181
Shades of Purple Mountain's Majesty #9268B5
Tints of Purple Mountain's Majesty #9268B5
RGB
CMYK
RGB Variations
Color information
#9268B5 (or 0x9268B5) is known color: Purple Mountain's Majesty. HEX triplet: 92, 68 and B5. RGB value is (146,104,181). Sum of RGB (Red+Green+Blue) = 146+104+181=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #9268B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268B5 is #6D974A. Grayscale: #7D7D7D. Windows color (decimal): -7182155 or 11888786. OLE color: 11888786.
HSL color Cylindrical-coordinate representation of color #9268B5: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9268B5 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 104 | 181 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.29 |
| HSL | 272.73º | 0.34% | 0.56% | - |
| HSV(B) | 272.73º | 0.43% | 0.71% | - |
| XYZ | 25.14 | 19.35 | 46.13 | - |
| YUV | 125.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 181 | 0.19 | 0.43 | 0 | 0.29 | 272.73 | 0.34 | 0.56 |
| Hex | 92 | 68 | B5 | 13 | 2B | 0 | 1D | 111 | 22 | 38 |
| Octal | 222 | 150 | 265 | 23 | 53 | 0 | 35 | 421 | 42 | 70 |
| Binary | 10010010 | 1101000 | 10110101 | 10011 | 101011 | 0 | 11101 | 100010001 | 100010 | 111000 |
Color Harmonies of #9268B5
Complementary color
Monochromatic Colors of #9268B5
Black with #9268B5
Text Example
Text Example
White with #9268B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268B5; }
p { color: rgb(146,104,181); }
H1.HeaderClassName
{
color: #9268B5;
}
.AnyTagClassName
{
color: #9268B5;
}
</style>
background-color css
<style>
a { background-color: #9268B5; }
a { background-color: rgb(146,104,181); }
div.DivClassName
{
background-color: #9268B5;
}
.BgClassName
{
background-color: #9268B5;
}
</style>
border-color css
<style>
span { border-color: #9268B5; }
span { border-color: rgb(146,104,181); }
td.TdClassName
{
border-color: #9268B5;
}
.TagClassName
{
border-color: #9268B5;
}
</style>