Html Css Color HEX #956FBA Purple Mountain's Majesty
📋 copy color: '#956FBA'red 149 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #956FBA
Tints of Purple Mountain's Majesty #956FBA
RGB
CMYK
RGB Variations
Color information
#956FBA (or 0x956FBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6F and BA. RGB value is (149,111,186). Sum of RGB (Red+Green+Blue) = 149+111+186=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #956FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBA is #6A9045. Grayscale: #828282. Windows color (decimal): -6983750 or 12218261. OLE color: 12218261.
HSL color Cylindrical-coordinate representation of color #956FBA: hue angle of 270.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956FBA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 111 | 186 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.27 |
| HSL | 270.4º | 0.35% | 0.58% | - |
| HSV(B) | 270.4º | 0.4% | 0.73% | - |
| XYZ | 26.94 | 21.3 | 49.15 | - |
| YUV | 130.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 186 | 0.20 | 0.40 | 0 | 0.27 | 270.4 | 0.35 | 0.58 |
| Hex | 95 | 6F | BA | 14 | 28 | 0 | 1B | 10E | 23 | 3A |
| Octal | 225 | 157 | 272 | 24 | 50 | 0 | 33 | 416 | 43 | 72 |
| Binary | 10010101 | 1101111 | 10111010 | 10100 | 101000 | 0 | 11011 | 100001110 | 100011 | 111010 |
Color Harmonies of #956FBA
Complementary color
Monochromatic Colors of #956FBA
Black with #956FBA
Text Example
Text Example
White with #956FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FBA; }
p { color: rgb(149,111,186); }
H1.HeaderClassName
{
color: #956FBA;
}
.AnyTagClassName
{
color: #956FBA;
}
</style>
background-color css
<style>
a { background-color: #956FBA; }
a { background-color: rgb(149,111,186); }
div.DivClassName
{
background-color: #956FBA;
}
.BgClassName
{
background-color: #956FBA;
}
</style>
border-color css
<style>
span { border-color: #956FBA; }
span { border-color: rgb(149,111,186); }
td.TdClassName
{
border-color: #956FBA;
}
.TagClassName
{
border-color: #956FBA;
}
</style>