Html Css Color HEX #936AB5 Purple Mountain's Majesty
📋 copy color: '#936AB5'red 147 ◦ green 106 ◦ blue 181
Shades of Purple Mountain's Majesty #936AB5
Tints of Purple Mountain's Majesty #936AB5
RGB
CMYK
RGB Variations
Color information
#936AB5 (or 0x936AB5) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6A and B5. RGB value is (147,106,181). Sum of RGB (Red+Green+Blue) = 147+106+181=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #936AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936AB5 is #6C954A. Grayscale: #7E7E7E. Windows color (decimal): -7116107 or 11889299. OLE color: 11889299.
HSL color Cylindrical-coordinate representation of color #936AB5: hue angle of 272.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #936AB5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 106 | 181 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.29 |
| HSL | 272.8º | 0.34% | 0.56% | - |
| HSV(B) | 272.8º | 0.41% | 0.71% | - |
| XYZ | 25.53 | 19.85 | 46.2 | - |
| YUV | 126.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 181 | 0.19 | 0.41 | 0 | 0.29 | 272.8 | 0.34 | 0.56 |
| Hex | 93 | 6A | B5 | 13 | 29 | 0 | 1D | 111 | 22 | 38 |
| Octal | 223 | 152 | 265 | 23 | 51 | 0 | 35 | 421 | 42 | 70 |
| Binary | 10010011 | 1101010 | 10110101 | 10011 | 101001 | 0 | 11101 | 100010001 | 100010 | 111000 |
Color Harmonies of #936AB5
Complementary color
Monochromatic Colors of #936AB5
Black with #936AB5
Text Example
Text Example
White with #936AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936AB5; }
p { color: rgb(147,106,181); }
H1.HeaderClassName
{
color: #936AB5;
}
.AnyTagClassName
{
color: #936AB5;
}
</style>
background-color css
<style>
a { background-color: #936AB5; }
a { background-color: rgb(147,106,181); }
div.DivClassName
{
background-color: #936AB5;
}
.BgClassName
{
background-color: #936AB5;
}
</style>
border-color css
<style>
span { border-color: #936AB5; }
span { border-color: rgb(147,106,181); }
td.TdClassName
{
border-color: #936AB5;
}
.TagClassName
{
border-color: #936AB5;
}
</style>