Html Css Color HEX #9B84B6 Purple Mountain's Majesty
📋 copy color: '#9B84B6'red 155 ◦ green 132 ◦ blue 182
Shades of Purple Mountain's Majesty #9B84B6
Tints of Purple Mountain's Majesty #9B84B6
RGB
CMYK
RGB Variations
Color information
#9B84B6 (or 0x9B84B6) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 84 and B6. RGB value is (155,132,182). Sum of RGB (Red+Green+Blue) = 155+132+182=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B84B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84B6 is #647B49. Grayscale: #909090. Windows color (decimal): -6585162 or 11961499. OLE color: 11961499.
HSL color Cylindrical-coordinate representation of color #9B84B6: hue angle of 267.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B84B6 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 132 | 182 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.29 |
| HSL | 267.6º | 0.26% | 0.62% | - |
| HSV(B) | 267.6º | 0.27% | 0.71% | - |
| XYZ | 30.21 | 26.85 | 47.85 | - |
| YUV | 144.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 182 | 0.15 | 0.27 | 0 | 0.29 | 267.6 | 0.26 | 0.62 |
| Hex | 9B | 84 | B6 | F | 1B | 0 | 1D | 10C | 1A | 3E |
| Octal | 233 | 204 | 266 | 17 | 33 | 0 | 35 | 414 | 32 | 76 |
| Binary | 10011011 | 10000100 | 10110110 | 1111 | 11011 | 0 | 11101 | 100001100 | 11010 | 111110 |
Color Harmonies of #9B84B6
Complementary color
Monochromatic Colors of #9B84B6
Black with #9B84B6
Text Example
Text Example
White with #9B84B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B84B6; }
p { color: rgb(155,132,182); }
H1.HeaderClassName
{
color: #9B84B6;
}
.AnyTagClassName
{
color: #9B84B6;
}
</style>
background-color css
<style>
a { background-color: #9B84B6; }
a { background-color: rgb(155,132,182); }
div.DivClassName
{
background-color: #9B84B6;
}
.BgClassName
{
background-color: #9B84B6;
}
</style>
border-color css
<style>
span { border-color: #9B84B6; }
span { border-color: rgb(155,132,182); }
td.TdClassName
{
border-color: #9B84B6;
}
.TagClassName
{
border-color: #9B84B6;
}
</style>