Html Css Color HEX #9B6FBA Purple Mountain's Majesty
📋 copy color: '#9B6FBA'red 155 ◦ green 111 ◦ blue 186
Shades of Purple Mountain's Majesty #9B6FBA
Tints of Purple Mountain's Majesty #9B6FBA
RGB
CMYK
RGB Variations
Color information
#9B6FBA (or 0x9B6FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 6F and BA. RGB value is (155,111,186). Sum of RGB (Red+Green+Blue) = 155+111+186=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FBA is #649045. Grayscale: #848484. Windows color (decimal): -6590534 or 12218267. OLE color: 12218267.
HSL color Cylindrical-coordinate representation of color #9B6FBA: hue angle of 275.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B6FBA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 111 | 186 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.27 |
| HSL | 275.2º | 0.35% | 0.58% | - |
| HSV(B) | 275.2º | 0.4% | 0.73% | - |
| XYZ | 28.06 | 21.88 | 49.2 | - |
| YUV | 132.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 186 | 0.17 | 0.40 | 0 | 0.27 | 275.2 | 0.35 | 0.58 |
| Hex | 9B | 6F | BA | 11 | 28 | 0 | 1B | 113 | 23 | 3A |
| Octal | 233 | 157 | 272 | 21 | 50 | 0 | 33 | 423 | 43 | 72 |
| Binary | 10011011 | 1101111 | 10111010 | 10001 | 101000 | 0 | 11011 | 100010011 | 100011 | 111010 |
Color Harmonies of #9B6FBA
Complementary color
Monochromatic Colors of #9B6FBA
Black with #9B6FBA
Text Example
Text Example
White with #9B6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FBA; }
p { color: rgb(155,111,186); }
H1.HeaderClassName
{
color: #9B6FBA;
}
.AnyTagClassName
{
color: #9B6FBA;
}
</style>
background-color css
<style>
a { background-color: #9B6FBA; }
a { background-color: rgb(155,111,186); }
div.DivClassName
{
background-color: #9B6FBA;
}
.BgClassName
{
background-color: #9B6FBA;
}
</style>
border-color css
<style>
span { border-color: #9B6FBA; }
span { border-color: rgb(155,111,186); }
td.TdClassName
{
border-color: #9B6FBA;
}
.TagClassName
{
border-color: #9B6FBA;
}
</style>