Html Css Color HEX #9B6FBD Purple Mountain's Majesty
📋 copy color: '#9B6FBD'red 155 ◦ green 111 ◦ blue 189
Shades of Purple Mountain's Majesty #9B6FBD
Tints of Purple Mountain's Majesty #9B6FBD
RGB
CMYK
RGB Variations
Color information
#9B6FBD (or 0x9B6FBD) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 6F and BD. RGB value is (155,111,189). Sum of RGB (Red+Green+Blue) = 155+111+189=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B6FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FBD is #649042. Grayscale: #848484. Windows color (decimal): -6590531 or 12414875. OLE color: 12414875.
HSL color Cylindrical-coordinate representation of color #9B6FBD: hue angle of 273.85º 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 #9B6FBD is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 111 | 189 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.26 |
| HSL | 273.85º | 0.37% | 0.59% | - |
| HSV(B) | 273.85º | 0.41% | 0.74% | - |
| XYZ | 28.39 | 22.01 | 50.9 | - |
| YUV | 133.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 189 | 0.18 | 0.41 | 0 | 0.26 | 273.85 | 0.37 | 0.59 |
| Hex | 9B | 6F | BD | 12 | 29 | 0 | 1A | 112 | 25 | 3B |
| Octal | 233 | 157 | 275 | 22 | 51 | 0 | 32 | 422 | 45 | 73 |
| Binary | 10011011 | 1101111 | 10111101 | 10010 | 101001 | 0 | 11010 | 100010010 | 100101 | 111011 |
Color Harmonies of #9B6FBD
Complementary color
Monochromatic Colors of #9B6FBD
Black with #9B6FBD
Text Example
Text Example
White with #9B6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FBD; }
p { color: rgb(155,111,189); }
H1.HeaderClassName
{
color: #9B6FBD;
}
.AnyTagClassName
{
color: #9B6FBD;
}
</style>
background-color css
<style>
a { background-color: #9B6FBD; }
a { background-color: rgb(155,111,189); }
div.DivClassName
{
background-color: #9B6FBD;
}
.BgClassName
{
background-color: #9B6FBD;
}
</style>
border-color css
<style>
span { border-color: #9B6FBD; }
span { border-color: rgb(155,111,189); }
td.TdClassName
{
border-color: #9B6FBD;
}
.TagClassName
{
border-color: #9B6FBD;
}
</style>