Html Css Color HEX #9A6CB6 Purple Mountain's Majesty
📋 copy color: '#9A6CB6'red 154 ◦ green 108 ◦ blue 182
Shades of Purple Mountain's Majesty #9A6CB6
Tints of Purple Mountain's Majesty #9A6CB6
RGB
CMYK
RGB Variations
Color information
#9A6CB6 (or 0x9A6CB6) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6C and B6. RGB value is (154,108,182). Sum of RGB (Red+Green+Blue) = 154+108+182=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CB6 is #659349. Grayscale: #818181. Windows color (decimal): -6656842 or 11955354. OLE color: 11955354.
HSL color Cylindrical-coordinate representation of color #9A6CB6: hue angle of 277.3º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A6CB6 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 108 | 182 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.29 |
| HSL | 277.3º | 0.34% | 0.57% | - |
| HSV(B) | 277.3º | 0.41% | 0.71% | - |
| XYZ | 27.13 | 20.97 | 46.87 | - |
| YUV | 130.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 182 | 0.15 | 0.41 | 0 | 0.29 | 277.3 | 0.34 | 0.57 |
| Hex | 9A | 6C | B6 | F | 29 | 0 | 1D | 115 | 22 | 39 |
| Octal | 232 | 154 | 266 | 17 | 51 | 0 | 35 | 425 | 42 | 71 |
| Binary | 10011010 | 1101100 | 10110110 | 1111 | 101001 | 0 | 11101 | 100010101 | 100010 | 111001 |
Color Harmonies of #9A6CB6
Complementary color
Monochromatic Colors of #9A6CB6
Black with #9A6CB6
Text Example
Text Example
White with #9A6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CB6; }
p { color: rgb(154,108,182); }
H1.HeaderClassName
{
color: #9A6CB6;
}
.AnyTagClassName
{
color: #9A6CB6;
}
</style>
background-color css
<style>
a { background-color: #9A6CB6; }
a { background-color: rgb(154,108,182); }
div.DivClassName
{
background-color: #9A6CB6;
}
.BgClassName
{
background-color: #9A6CB6;
}
</style>
border-color css
<style>
span { border-color: #9A6CB6; }
span { border-color: rgb(154,108,182); }
td.TdClassName
{
border-color: #9A6CB6;
}
.TagClassName
{
border-color: #9A6CB6;
}
</style>