Html Css Color HEX #9675BD Purple Mountain's Majesty
📋 copy color: '#9675BD'red 150 ◦ green 117 ◦ blue 189
Shades of Purple Mountain's Majesty #9675BD
Tints of Purple Mountain's Majesty #9675BD
RGB
CMYK
RGB Variations
Color information
#9675BD (or 0x9675BD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 75 and BD. RGB value is (150,117,189). Sum of RGB (Red+Green+Blue) = 150+117+189=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9675BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BD is #698A42. Grayscale: #868686. Windows color (decimal): -6916675 or 12416406. OLE color: 12416406.
HSL color Cylindrical-coordinate representation of color #9675BD: hue angle of 267.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9675BD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 117 | 189 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.26 |
| HSL | 267.5º | 0.35% | 0.6% | - |
| HSV(B) | 267.5º | 0.38% | 0.74% | - |
| XYZ | 28.12 | 22.88 | 51.08 | - |
| YUV | 135.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 189 | 0.21 | 0.38 | 0 | 0.26 | 267.5 | 0.35 | 0.6 |
| Hex | 96 | 75 | BD | 15 | 26 | 0 | 1A | 10C | 23 | 3C |
| Octal | 226 | 165 | 275 | 25 | 46 | 0 | 32 | 414 | 43 | 74 |
| Binary | 10010110 | 1110101 | 10111101 | 10101 | 100110 | 0 | 11010 | 100001100 | 100011 | 111100 |
Color Harmonies of #9675BD
Complementary color
Monochromatic Colors of #9675BD
Black with #9675BD
Text Example
Text Example
White with #9675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675BD; }
p { color: rgb(150,117,189); }
H1.HeaderClassName
{
color: #9675BD;
}
.AnyTagClassName
{
color: #9675BD;
}
</style>
background-color css
<style>
a { background-color: #9675BD; }
a { background-color: rgb(150,117,189); }
div.DivClassName
{
background-color: #9675BD;
}
.BgClassName
{
background-color: #9675BD;
}
</style>
border-color css
<style>
span { border-color: #9675BD; }
span { border-color: rgb(150,117,189); }
td.TdClassName
{
border-color: #9675BD;
}
.TagClassName
{
border-color: #9675BD;
}
</style>