Html Css Color HEX #956DB6 Purple Mountain's Majesty
📋 copy color: '#956DB6'red 149 ◦ green 109 ◦ blue 182
Shades of Purple Mountain's Majesty #956DB6
Tints of Purple Mountain's Majesty #956DB6
RGB
CMYK
RGB Variations
Color information
#956DB6 (or 0x956DB6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6D and B6. RGB value is (149,109,182). Sum of RGB (Red+Green+Blue) = 149+109+182=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #956DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DB6 is #6A9249. Grayscale: #818181. Windows color (decimal): -6984266 or 11955605. OLE color: 11955605.
HSL color Cylindrical-coordinate representation of color #956DB6: hue angle of 272.88º 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 #956DB6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 109 | 182 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.29 |
| HSL | 272.88º | 0.33% | 0.57% | - |
| HSV(B) | 272.88º | 0.4% | 0.71% | - |
| XYZ | 26.31 | 20.7 | 46.87 | - |
| YUV | 129.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 182 | 0.18 | 0.40 | 0 | 0.29 | 272.88 | 0.33 | 0.57 |
| Hex | 95 | 6D | B6 | 12 | 28 | 0 | 1D | 111 | 21 | 39 |
| Octal | 225 | 155 | 266 | 22 | 50 | 0 | 35 | 421 | 41 | 71 |
| Binary | 10010101 | 1101101 | 10110110 | 10010 | 101000 | 0 | 11101 | 100010001 | 100001 | 111001 |
Color Harmonies of #956DB6
Complementary color
Monochromatic Colors of #956DB6
Black with #956DB6
Text Example
Text Example
White with #956DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DB6; }
p { color: rgb(149,109,182); }
H1.HeaderClassName
{
color: #956DB6;
}
.AnyTagClassName
{
color: #956DB6;
}
</style>
background-color css
<style>
a { background-color: #956DB6; }
a { background-color: rgb(149,109,182); }
div.DivClassName
{
background-color: #956DB6;
}
.BgClassName
{
background-color: #956DB6;
}
</style>
border-color css
<style>
span { border-color: #956DB6; }
span { border-color: rgb(149,109,182); }
td.TdClassName
{
border-color: #956DB6;
}
.TagClassName
{
border-color: #956DB6;
}
</style>