Html Css Color HEX #957BAF Purple Mountain's Majesty
📋 copy color: '#957BAF'red 149 ◦ green 123 ◦ blue 175
Shades of Purple Mountain's Majesty #957BAF
Tints of Purple Mountain's Majesty #957BAF
RGB
CMYK
RGB Variations
Color information
#957BAF (or 0x957BAF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and AF. RGB value is (149,123,175). Sum of RGB (Red+Green+Blue) = 149+123+175=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #957BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957BAF is #6A8450. Grayscale: #888888. Windows color (decimal): -6980689 or 11500437. OLE color: 11500437.
HSL color Cylindrical-coordinate representation of color #957BAF: hue angle of 270º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957BAF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 123 | 175 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.31 |
| HSL | 270º | 0.25% | 0.58% | - |
| HSV(B) | 270º | 0.3% | 0.69% | - |
| XYZ | 27.22 | 23.65 | 43.69 | - |
| YUV | 136.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 175 | 0.15 | 0.30 | 0 | 0.31 | 270 | 0.25 | 0.58 |
| Hex | 95 | 7B | AF | F | 1E | 0 | 1F | 10E | 19 | 3A |
| Octal | 225 | 173 | 257 | 17 | 36 | 0 | 37 | 416 | 31 | 72 |
| Binary | 10010101 | 1111011 | 10101111 | 1111 | 11110 | 0 | 11111 | 100001110 | 11001 | 111010 |
Color Harmonies of #957BAF
Complementary color
Monochromatic Colors of #957BAF
Black with #957BAF
Text Example
Text Example
White with #957BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BAF; }
p { color: rgb(149,123,175); }
H1.HeaderClassName
{
color: #957BAF;
}
.AnyTagClassName
{
color: #957BAF;
}
</style>
background-color css
<style>
a { background-color: #957BAF; }
a { background-color: rgb(149,123,175); }
div.DivClassName
{
background-color: #957BAF;
}
.BgClassName
{
background-color: #957BAF;
}
</style>
border-color css
<style>
span { border-color: #957BAF; }
span { border-color: rgb(149,123,175); }
td.TdClassName
{
border-color: #957BAF;
}
.TagClassName
{
border-color: #957BAF;
}
</style>