Html Css Color HEX #967DBA Purple Mountain's Majesty
📋 copy color: '#967DBA'red 150 ◦ green 125 ◦ blue 186
Shades of Purple Mountain's Majesty #967DBA
Tints of Purple Mountain's Majesty #967DBA
RGB
CMYK
RGB Variations
Color information
#967DBA (or 0x967DBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and BA. RGB value is (150,125,186). Sum of RGB (Red+Green+Blue) = 150+125+186=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #967DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DBA is #698245. Grayscale: #8B8B8B. Windows color (decimal): -6914630 or 12221846. OLE color: 12221846.
HSL color Cylindrical-coordinate representation of color #967DBA: hue angle of 264.59º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967DBA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 125 | 186 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.27 |
| HSL | 264.59º | 0.31% | 0.61% | - |
| HSV(B) | 264.59º | 0.33% | 0.73% | - |
| XYZ | 28.77 | 24.7 | 49.7 | - |
| YUV | 139.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 186 | 0.19 | 0.33 | 0 | 0.27 | 264.59 | 0.31 | 0.61 |
| Hex | 96 | 7D | BA | 13 | 21 | 0 | 1B | 109 | 1F | 3D |
| Octal | 226 | 175 | 272 | 23 | 41 | 0 | 33 | 411 | 37 | 75 |
| Binary | 10010110 | 1111101 | 10111010 | 10011 | 100001 | 0 | 11011 | 100001001 | 11111 | 111101 |
Color Harmonies of #967DBA
Complementary color
Monochromatic Colors of #967DBA
Black with #967DBA
Text Example
Text Example
White with #967DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DBA; }
p { color: rgb(150,125,186); }
H1.HeaderClassName
{
color: #967DBA;
}
.AnyTagClassName
{
color: #967DBA;
}
</style>
background-color css
<style>
a { background-color: #967DBA; }
a { background-color: rgb(150,125,186); }
div.DivClassName
{
background-color: #967DBA;
}
.BgClassName
{
background-color: #967DBA;
}
</style>
border-color css
<style>
span { border-color: #967DBA; }
span { border-color: rgb(150,125,186); }
td.TdClassName
{
border-color: #967DBA;
}
.TagClassName
{
border-color: #967DBA;
}
</style>