Html Css Color HEX #936DB3 Purple Mountain's Majesty
📋 copy color: '#936DB3'red 147 ◦ green 109 ◦ blue 179
Shades of Purple Mountain's Majesty #936DB3
Tints of Purple Mountain's Majesty #936DB3
RGB
CMYK
RGB Variations
Color information
#936DB3 (or 0x936DB3) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6D and B3. RGB value is (147,109,179). Sum of RGB (Red+Green+Blue) = 147+109+179=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #936DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DB3 is #6C924C. Grayscale: #808080. Windows color (decimal): -7115341 or 11758995. OLE color: 11758995.
HSL color Cylindrical-coordinate representation of color #936DB3: hue angle of 272.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936DB3 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 109 | 179 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.30 |
| HSL | 272.57º | 0.32% | 0.56% | - |
| HSV(B) | 272.57º | 0.39% | 0.7% | - |
| XYZ | 25.64 | 20.4 | 45.23 | - |
| YUV | 128.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 179 | 0.18 | 0.39 | 0 | 0.30 | 272.57 | 0.32 | 0.56 |
| Hex | 93 | 6D | B3 | 12 | 27 | 0 | 1E | 111 | 20 | 38 |
| Octal | 223 | 155 | 263 | 22 | 47 | 0 | 36 | 421 | 40 | 70 |
| Binary | 10010011 | 1101101 | 10110011 | 10010 | 100111 | 0 | 11110 | 100010001 | 100000 | 111000 |
Color Harmonies of #936DB3
Complementary color
Monochromatic Colors of #936DB3
Black with #936DB3
Text Example
Text Example
White with #936DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DB3; }
p { color: rgb(147,109,179); }
H1.HeaderClassName
{
color: #936DB3;
}
.AnyTagClassName
{
color: #936DB3;
}
</style>
background-color css
<style>
a { background-color: #936DB3; }
a { background-color: rgb(147,109,179); }
div.DivClassName
{
background-color: #936DB3;
}
.BgClassName
{
background-color: #936DB3;
}
</style>
border-color css
<style>
span { border-color: #936DB3; }
span { border-color: rgb(147,109,179); }
td.TdClassName
{
border-color: #936DB3;
}
.TagClassName
{
border-color: #936DB3;
}
</style>