Html Css Color HEX #9A6FBD Purple Mountain's Majesty
📋 copy color: '#9A6FBD'red 154 ◦ green 111 ◦ blue 189
Shades of Purple Mountain's Majesty #9A6FBD
Tints of Purple Mountain's Majesty #9A6FBD
RGB
CMYK
RGB Variations
Color information
#9A6FBD (or 0x9A6FBD) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6F and BD. RGB value is (154,111,189). Sum of RGB (Red+Green+Blue) = 154+111+189=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A6FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FBD is #659042. Grayscale: #848484. Windows color (decimal): -6656067 or 12414874. OLE color: 12414874.
HSL color Cylindrical-coordinate representation of color #9A6FBD: hue angle of 273.08º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A6FBD is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 111 | 189 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.26 |
| HSL | 273.08º | 0.37% | 0.59% | - |
| HSV(B) | 273.08º | 0.41% | 0.74% | - |
| XYZ | 28.2 | 21.91 | 50.89 | - |
| YUV | 132.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 189 | 0.19 | 0.41 | 0 | 0.26 | 273.08 | 0.37 | 0.59 |
| Hex | 9A | 6F | BD | 13 | 29 | 0 | 1A | 111 | 25 | 3B |
| Octal | 232 | 157 | 275 | 23 | 51 | 0 | 32 | 421 | 45 | 73 |
| Binary | 10011010 | 1101111 | 10111101 | 10011 | 101001 | 0 | 11010 | 100010001 | 100101 | 111011 |
Color Harmonies of #9A6FBD
Complementary color
Monochromatic Colors of #9A6FBD
Black with #9A6FBD
Text Example
Text Example
White with #9A6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FBD; }
p { color: rgb(154,111,189); }
H1.HeaderClassName
{
color: #9A6FBD;
}
.AnyTagClassName
{
color: #9A6FBD;
}
</style>
background-color css
<style>
a { background-color: #9A6FBD; }
a { background-color: rgb(154,111,189); }
div.DivClassName
{
background-color: #9A6FBD;
}
.BgClassName
{
background-color: #9A6FBD;
}
</style>
border-color css
<style>
span { border-color: #9A6FBD; }
span { border-color: rgb(154,111,189); }
td.TdClassName
{
border-color: #9A6FBD;
}
.TagClassName
{
border-color: #9A6FBD;
}
</style>