Html Css Color HEX #9683B2 Purple Mountain's Majesty
📋 copy color: '#9683B2'red 150 ◦ green 131 ◦ blue 178
Shades of Purple Mountain's Majesty #9683B2
Tints of Purple Mountain's Majesty #9683B2
RGB
CMYK
RGB Variations
Color information
#9683B2 (or 0x9683B2) is known color: Purple Mountain's Majesty. HEX triplet: 96, 83 and B2. RGB value is (150,131,178). Sum of RGB (Red+Green+Blue) = 150+131+178=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #9683B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9683B2 is #697C4D. Grayscale: #8D8D8D. Windows color (decimal): -6913102 or 11699094. OLE color: 11699094.
HSL color Cylindrical-coordinate representation of color #9683B2: hue angle of 264.26º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9683B2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 131 | 178 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.30 |
| HSL | 264.26º | 0.23% | 0.61% | - |
| HSV(B) | 264.26º | 0.26% | 0.7% | - |
| XYZ | 28.73 | 25.93 | 45.61 | - |
| YUV | 142.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 178 | 0.16 | 0.26 | 0 | 0.30 | 264.26 | 0.23 | 0.61 |
| Hex | 96 | 83 | B2 | 10 | 1A | 0 | 1E | 108 | 17 | 3D |
| Octal | 226 | 203 | 262 | 20 | 32 | 0 | 36 | 410 | 27 | 75 |
| Binary | 10010110 | 10000011 | 10110010 | 10000 | 11010 | 0 | 11110 | 100001000 | 10111 | 111101 |
Color Harmonies of #9683B2
Complementary color
Monochromatic Colors of #9683B2
Black with #9683B2
Text Example
Text Example
White with #9683B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683B2; }
p { color: rgb(150,131,178); }
H1.HeaderClassName
{
color: #9683B2;
}
.AnyTagClassName
{
color: #9683B2;
}
</style>
background-color css
<style>
a { background-color: #9683B2; }
a { background-color: rgb(150,131,178); }
div.DivClassName
{
background-color: #9683B2;
}
.BgClassName
{
background-color: #9683B2;
}
</style>
border-color css
<style>
span { border-color: #9683B2; }
span { border-color: rgb(150,131,178); }
td.TdClassName
{
border-color: #9683B2;
}
.TagClassName
{
border-color: #9683B2;
}
</style>