Html Css Color HEX #9A7DBB Purple Mountain's Majesty
📋 copy color: '#9A7DBB'red 154 ◦ green 125 ◦ blue 187
Shades of Purple Mountain's Majesty #9A7DBB
Tints of Purple Mountain's Majesty #9A7DBB
RGB
CMYK
RGB Variations
Color information
#9A7DBB (or 0x9A7DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7D and BB. RGB value is (154,125,187). Sum of RGB (Red+Green+Blue) = 154+125+187=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DBB is #658244. Grayscale: #8C8C8C. Windows color (decimal): -6652485 or 12287386. OLE color: 12287386.
HSL color Cylindrical-coordinate representation of color #9A7DBB: hue angle of 268.06º 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 #9A7DBB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 125 | 187 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.27 |
| HSL | 268.06º | 0.31% | 0.61% | - |
| HSV(B) | 268.06º | 0.33% | 0.73% | - |
| XYZ | 29.63 | 25.13 | 50.3 | - |
| YUV | 140.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 187 | 0.18 | 0.33 | 0 | 0.27 | 268.06 | 0.31 | 0.61 |
| Hex | 9A | 7D | BB | 12 | 21 | 0 | 1B | 10C | 1F | 3D |
| Octal | 232 | 175 | 273 | 22 | 41 | 0 | 33 | 414 | 37 | 75 |
| Binary | 10011010 | 1111101 | 10111011 | 10010 | 100001 | 0 | 11011 | 100001100 | 11111 | 111101 |
Color Harmonies of #9A7DBB
Complementary color
Monochromatic Colors of #9A7DBB
Black with #9A7DBB
Text Example
Text Example
White with #9A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7DBB; }
p { color: rgb(154,125,187); }
H1.HeaderClassName
{
color: #9A7DBB;
}
.AnyTagClassName
{
color: #9A7DBB;
}
</style>
background-color css
<style>
a { background-color: #9A7DBB; }
a { background-color: rgb(154,125,187); }
div.DivClassName
{
background-color: #9A7DBB;
}
.BgClassName
{
background-color: #9A7DBB;
}
</style>
border-color css
<style>
span { border-color: #9A7DBB; }
span { border-color: rgb(154,125,187); }
td.TdClassName
{
border-color: #9A7DBB;
}
.TagClassName
{
border-color: #9A7DBB;
}
</style>