Html Css Color HEX #957DB0 Purple Mountain's Majesty
📋 copy color: '#957DB0'red 149 ◦ green 125 ◦ blue 176
Shades of Purple Mountain's Majesty #957DB0
Tints of Purple Mountain's Majesty #957DB0
RGB
CMYK
RGB Variations
Color information
#957DB0 (or 0x957DB0) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and B0. RGB value is (149,125,176). Sum of RGB (Red+Green+Blue) = 149+125+176=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #957DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DB0 is #6A824F. Grayscale: #898989. Windows color (decimal): -6980176 or 11566485. OLE color: 11566485.
HSL color Cylindrical-coordinate representation of color #957DB0: hue angle of 268.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957DB0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 125 | 176 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.31 |
| HSL | 268.24º | 0.24% | 0.59% | - |
| HSV(B) | 268.24º | 0.29% | 0.69% | - |
| XYZ | 27.56 | 24.19 | 44.29 | - |
| YUV | 137.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 176 | 0.15 | 0.29 | 0 | 0.31 | 268.24 | 0.24 | 0.59 |
| Hex | 95 | 7D | B0 | F | 1D | 0 | 1F | 10C | 18 | 3B |
| Octal | 225 | 175 | 260 | 17 | 35 | 0 | 37 | 414 | 30 | 73 |
| Binary | 10010101 | 1111101 | 10110000 | 1111 | 11101 | 0 | 11111 | 100001100 | 11000 | 111011 |
Color Harmonies of #957DB0
Complementary color
Monochromatic Colors of #957DB0
Black with #957DB0
Text Example
Text Example
White with #957DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DB0; }
p { color: rgb(149,125,176); }
H1.HeaderClassName
{
color: #957DB0;
}
.AnyTagClassName
{
color: #957DB0;
}
</style>
background-color css
<style>
a { background-color: #957DB0; }
a { background-color: rgb(149,125,176); }
div.DivClassName
{
background-color: #957DB0;
}
.BgClassName
{
background-color: #957DB0;
}
</style>
border-color css
<style>
span { border-color: #957DB0; }
span { border-color: rgb(149,125,176); }
td.TdClassName
{
border-color: #957DB0;
}
.TagClassName
{
border-color: #957DB0;
}
</style>