Html Css Color HEX #956DB5 Purple Mountain's Majesty
📋 copy color: '#956DB5'red 149 ◦ green 109 ◦ blue 181
Shades of Purple Mountain's Majesty #956DB5
Tints of Purple Mountain's Majesty #956DB5
RGB
CMYK
RGB Variations
Color information
#956DB5 (or 0x956DB5) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6D and B5. RGB value is (149,109,181). Sum of RGB (Red+Green+Blue) = 149+109+181=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #956DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DB5 is #6A924A. Grayscale: #808080. Windows color (decimal): -6984267 or 11890069. OLE color: 11890069.
HSL color Cylindrical-coordinate representation of color #956DB5: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956DB5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 109 | 181 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.29 |
| HSL | 273.33º | 0.33% | 0.57% | - |
| HSV(B) | 273.33º | 0.4% | 0.71% | - |
| XYZ | 26.2 | 20.66 | 46.32 | - |
| YUV | 129.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 181 | 0.18 | 0.40 | 0 | 0.29 | 273.33 | 0.33 | 0.57 |
| Hex | 95 | 6D | B5 | 12 | 28 | 0 | 1D | 111 | 21 | 39 |
| Octal | 225 | 155 | 265 | 22 | 50 | 0 | 35 | 421 | 41 | 71 |
| Binary | 10010101 | 1101101 | 10110101 | 10010 | 101000 | 0 | 11101 | 100010001 | 100001 | 111001 |
Color Harmonies of #956DB5
Complementary color
Monochromatic Colors of #956DB5
Black with #956DB5
Text Example
Text Example
White with #956DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DB5; }
p { color: rgb(149,109,181); }
H1.HeaderClassName
{
color: #956DB5;
}
.AnyTagClassName
{
color: #956DB5;
}
</style>
background-color css
<style>
a { background-color: #956DB5; }
a { background-color: rgb(149,109,181); }
div.DivClassName
{
background-color: #956DB5;
}
.BgClassName
{
background-color: #956DB5;
}
</style>
border-color css
<style>
span { border-color: #956DB5; }
span { border-color: rgb(149,109,181); }
td.TdClassName
{
border-color: #956DB5;
}
.TagClassName
{
border-color: #956DB5;
}
</style>