Html Css Color HEX #9B75B6 Purple Mountain's Majesty
📋 copy color: '#9B75B6'red 155 ◦ green 117 ◦ blue 182
Shades of Purple Mountain's Majesty #9B75B6
Tints of Purple Mountain's Majesty #9B75B6
RGB
CMYK
RGB Variations
Color information
#9B75B6 (or 0x9B75B6) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 75 and B6. RGB value is (155,117,182). Sum of RGB (Red+Green+Blue) = 155+117+182=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B75B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75B6 is #648A49. Grayscale: #878787. Windows color (decimal): -6589002 or 11957659. OLE color: 11957659.
HSL color Cylindrical-coordinate representation of color #9B75B6: hue angle of 275.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B75B6 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 117 | 182 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.29 |
| HSL | 275.08º | 0.31% | 0.59% | - |
| HSV(B) | 275.08º | 0.36% | 0.71% | - |
| XYZ | 28.32 | 23.07 | 47.22 | - |
| YUV | 135.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 182 | 0.15 | 0.36 | 0 | 0.29 | 275.08 | 0.31 | 0.59 |
| Hex | 9B | 75 | B6 | F | 24 | 0 | 1D | 113 | 1F | 3B |
| Octal | 233 | 165 | 266 | 17 | 44 | 0 | 35 | 423 | 37 | 73 |
| Binary | 10011011 | 1110101 | 10110110 | 1111 | 100100 | 0 | 11101 | 100010011 | 11111 | 111011 |
Color Harmonies of #9B75B6
Complementary color
Monochromatic Colors of #9B75B6
Black with #9B75B6
Text Example
Text Example
White with #9B75B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B75B6; }
p { color: rgb(155,117,182); }
H1.HeaderClassName
{
color: #9B75B6;
}
.AnyTagClassName
{
color: #9B75B6;
}
</style>
background-color css
<style>
a { background-color: #9B75B6; }
a { background-color: rgb(155,117,182); }
div.DivClassName
{
background-color: #9B75B6;
}
.BgClassName
{
background-color: #9B75B6;
}
</style>
border-color css
<style>
span { border-color: #9B75B6; }
span { border-color: rgb(155,117,182); }
td.TdClassName
{
border-color: #9B75B6;
}
.TagClassName
{
border-color: #9B75B6;
}
</style>