Html Css Color HEX #9675BA Purple Mountain's Majesty
📋 copy color: '#9675BA'red 150 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9675BA
Tints of Purple Mountain's Majesty #9675BA
RGB
CMYK
RGB Variations
Color information
#9675BA (or 0x9675BA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 75 and BA. RGB value is (150,117,186). Sum of RGB (Red+Green+Blue) = 150+117+186=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9675BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BA is #698A45. Grayscale: #868686. Windows color (decimal): -6916678 or 12219798. OLE color: 12219798.
HSL color Cylindrical-coordinate representation of color #9675BA: hue angle of 268.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9675BA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 117 | 186 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.27 |
| HSL | 268.7º | 0.33% | 0.59% | - |
| HSV(B) | 268.7º | 0.37% | 0.73% | - |
| XYZ | 27.8 | 22.75 | 49.38 | - |
| YUV | 134.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 186 | 0.19 | 0.37 | 0 | 0.27 | 268.7 | 0.33 | 0.59 |
| Hex | 96 | 75 | BA | 13 | 25 | 0 | 1B | 10D | 21 | 3B |
| Octal | 226 | 165 | 272 | 23 | 45 | 0 | 33 | 415 | 41 | 73 |
| Binary | 10010110 | 1110101 | 10111010 | 10011 | 100101 | 0 | 11011 | 100001101 | 100001 | 111011 |
Color Harmonies of #9675BA
Complementary color
Monochromatic Colors of #9675BA
Black with #9675BA
Text Example
Text Example
White with #9675BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675BA; }
p { color: rgb(150,117,186); }
H1.HeaderClassName
{
color: #9675BA;
}
.AnyTagClassName
{
color: #9675BA;
}
</style>
background-color css
<style>
a { background-color: #9675BA; }
a { background-color: rgb(150,117,186); }
div.DivClassName
{
background-color: #9675BA;
}
.BgClassName
{
background-color: #9675BA;
}
</style>
border-color css
<style>
span { border-color: #9675BA; }
span { border-color: rgb(150,117,186); }
td.TdClassName
{
border-color: #9675BA;
}
.TagClassName
{
border-color: #9675BA;
}
</style>