Html Css Color HEX #936BB5 Purple Mountain's Majesty
📋 copy color: '#936BB5'red 147 ◦ green 107 ◦ blue 181
Shades of Purple Mountain's Majesty #936BB5
Tints of Purple Mountain's Majesty #936BB5
RGB
CMYK
RGB Variations
Color information
#936BB5 (or 0x936BB5) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6B and B5. RGB value is (147,107,181). Sum of RGB (Red+Green+Blue) = 147+107+181=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #936BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BB5 is #6C944A. Grayscale: #7F7F7F. Windows color (decimal): -7115851 or 11889555. OLE color: 11889555.
HSL color Cylindrical-coordinate representation of color #936BB5: hue angle of 272.43º degrees, saturation: 0.33, 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 #936BB5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 107 | 181 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.29 |
| HSL | 272.43º | 0.33% | 0.56% | - |
| HSV(B) | 272.43º | 0.41% | 0.71% | - |
| XYZ | 25.63 | 20.05 | 46.24 | - |
| YUV | 127.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 181 | 0.19 | 0.41 | 0 | 0.29 | 272.43 | 0.33 | 0.56 |
| Hex | 93 | 6B | B5 | 13 | 29 | 0 | 1D | 110 | 21 | 38 |
| Octal | 223 | 153 | 265 | 23 | 51 | 0 | 35 | 420 | 41 | 70 |
| Binary | 10010011 | 1101011 | 10110101 | 10011 | 101001 | 0 | 11101 | 100010000 | 100001 | 111000 |
Color Harmonies of #936BB5
Complementary color
Monochromatic Colors of #936BB5
Black with #936BB5
Text Example
Text Example
White with #936BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BB5; }
p { color: rgb(147,107,181); }
H1.HeaderClassName
{
color: #936BB5;
}
.AnyTagClassName
{
color: #936BB5;
}
</style>
background-color css
<style>
a { background-color: #936BB5; }
a { background-color: rgb(147,107,181); }
div.DivClassName
{
background-color: #936BB5;
}
.BgClassName
{
background-color: #936BB5;
}
</style>
border-color css
<style>
span { border-color: #936BB5; }
span { border-color: rgb(147,107,181); }
td.TdClassName
{
border-color: #936BB5;
}
.TagClassName
{
border-color: #936BB5;
}
</style>