Html Css Color HEX #926DB9 Purple Mountain's Majesty
📋 copy color: '#926DB9'red 146 ◦ green 109 ◦ blue 185
Shades of Purple Mountain's Majesty #926DB9
Tints of Purple Mountain's Majesty #926DB9
RGB
CMYK
RGB Variations
Color information
#926DB9 (or 0x926DB9) is known color: Purple Mountain's Majesty. HEX triplet: 92, 6D and B9. RGB value is (146,109,185). Sum of RGB (Red+Green+Blue) = 146+109+185=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #926DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DB9 is #6D9246. Grayscale: #808080. Windows color (decimal): -7180871 or 12152210. OLE color: 12152210.
HSL color Cylindrical-coordinate representation of color #926DB9: hue angle of 269.21º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #926DB9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 109 | 185 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.27 |
| HSL | 269.21º | 0.35% | 0.58% | - |
| HSV(B) | 269.21º | 0.41% | 0.73% | - |
| XYZ | 26.08 | 20.55 | 48.49 | - |
| YUV | 128.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 185 | 0.21 | 0.41 | 0 | 0.27 | 269.21 | 0.35 | 0.58 |
| Hex | 92 | 6D | B9 | 15 | 29 | 0 | 1B | 10D | 23 | 3A |
| Octal | 222 | 155 | 271 | 25 | 51 | 0 | 33 | 415 | 43 | 72 |
| Binary | 10010010 | 1101101 | 10111001 | 10101 | 101001 | 0 | 11011 | 100001101 | 100011 | 111010 |
Color Harmonies of #926DB9
Complementary color
Monochromatic Colors of #926DB9
Black with #926DB9
Text Example
Text Example
White with #926DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DB9; }
p { color: rgb(146,109,185); }
H1.HeaderClassName
{
color: #926DB9;
}
.AnyTagClassName
{
color: #926DB9;
}
</style>
background-color css
<style>
a { background-color: #926DB9; }
a { background-color: rgb(146,109,185); }
div.DivClassName
{
background-color: #926DB9;
}
.BgClassName
{
background-color: #926DB9;
}
</style>
border-color css
<style>
span { border-color: #926DB9; }
span { border-color: rgb(146,109,185); }
td.TdClassName
{
border-color: #926DB9;
}
.TagClassName
{
border-color: #926DB9;
}
</style>