Html Css Color HEX #967DB6 Purple Mountain's Majesty
📋 copy color: '#967DB6'red 150 ◦ green 125 ◦ blue 182
Shades of Purple Mountain's Majesty #967DB6
Tints of Purple Mountain's Majesty #967DB6
RGB
CMYK
RGB Variations
Color information
#967DB6 (or 0x967DB6) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and B6. RGB value is (150,125,182). Sum of RGB (Red+Green+Blue) = 150+125+182=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #967DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DB6 is #698249. Grayscale: #8A8A8A. Windows color (decimal): -6914634 or 11959702. OLE color: 11959702.
HSL color Cylindrical-coordinate representation of color #967DB6: hue angle of 266.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967DB6 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 125 | 182 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.29 |
| HSL | 266.32º | 0.28% | 0.6% | - |
| HSV(B) | 266.32º | 0.31% | 0.71% | - |
| XYZ | 28.35 | 24.53 | 47.5 | - |
| YUV | 138.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 182 | 0.18 | 0.31 | 0 | 0.29 | 266.32 | 0.28 | 0.6 |
| Hex | 96 | 7D | B6 | 12 | 1F | 0 | 1D | 10A | 1C | 3C |
| Octal | 226 | 175 | 266 | 22 | 37 | 0 | 35 | 412 | 34 | 74 |
| Binary | 10010110 | 1111101 | 10110110 | 10010 | 11111 | 0 | 11101 | 100001010 | 11100 | 111100 |
Color Harmonies of #967DB6
Complementary color
Monochromatic Colors of #967DB6
Black with #967DB6
Text Example
Text Example
White with #967DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DB6; }
p { color: rgb(150,125,182); }
H1.HeaderClassName
{
color: #967DB6;
}
.AnyTagClassName
{
color: #967DB6;
}
</style>
background-color css
<style>
a { background-color: #967DB6; }
a { background-color: rgb(150,125,182); }
div.DivClassName
{
background-color: #967DB6;
}
.BgClassName
{
background-color: #967DB6;
}
</style>
border-color css
<style>
span { border-color: #967DB6; }
span { border-color: rgb(150,125,182); }
td.TdClassName
{
border-color: #967DB6;
}
.TagClassName
{
border-color: #967DB6;
}
</style>