Html Css Color HEX #9B75BA Purple Mountain's Majesty
📋 copy color: '#9B75BA'red 155 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9B75BA
Tints of Purple Mountain's Majesty #9B75BA
RGB
CMYK
RGB Variations
Color information
#9B75BA (or 0x9B75BA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 75 and BA. RGB value is (155,117,186). Sum of RGB (Red+Green+Blue) = 155+117+186=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75BA is #648A45. Grayscale: #878787. Windows color (decimal): -6588998 or 12219803. OLE color: 12219803.
HSL color Cylindrical-coordinate representation of color #9B75BA: hue angle of 273.04º 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 #9B75BA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 117 | 186 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.27 |
| HSL | 273.04º | 0.33% | 0.59% | - |
| HSV(B) | 273.04º | 0.37% | 0.73% | - |
| XYZ | 28.74 | 23.24 | 49.42 | - |
| YUV | 136.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 186 | 0.17 | 0.37 | 0 | 0.27 | 273.04 | 0.33 | 0.59 |
| Hex | 9B | 75 | BA | 11 | 25 | 0 | 1B | 111 | 21 | 3B |
| Octal | 233 | 165 | 272 | 21 | 45 | 0 | 33 | 421 | 41 | 73 |
| Binary | 10011011 | 1110101 | 10111010 | 10001 | 100101 | 0 | 11011 | 100010001 | 100001 | 111011 |
Color Harmonies of #9B75BA
Complementary color
Monochromatic Colors of #9B75BA
Black with #9B75BA
Text Example
Text Example
White with #9B75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B75BA; }
p { color: rgb(155,117,186); }
H1.HeaderClassName
{
color: #9B75BA;
}
.AnyTagClassName
{
color: #9B75BA;
}
</style>
background-color css
<style>
a { background-color: #9B75BA; }
a { background-color: rgb(155,117,186); }
div.DivClassName
{
background-color: #9B75BA;
}
.BgClassName
{
background-color: #9B75BA;
}
</style>
border-color css
<style>
span { border-color: #9B75BA; }
span { border-color: rgb(155,117,186); }
td.TdClassName
{
border-color: #9B75BA;
}
.TagClassName
{
border-color: #9B75BA;
}
</style>