Html Css Color HEX #9A75BC Purple Mountain's Majesty
📋 copy color: '#9A75BC'red 154 ◦ green 117 ◦ blue 188
Shades of Purple Mountain's Majesty #9A75BC
Tints of Purple Mountain's Majesty #9A75BC
RGB
CMYK
RGB Variations
Color information
#9A75BC (or 0x9A75BC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 75 and BC. RGB value is (154,117,188). Sum of RGB (Red+Green+Blue) = 154+117+188=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75BC is #658A43. Grayscale: #878787. Windows color (decimal): -6654532 or 12350874. OLE color: 12350874.
HSL color Cylindrical-coordinate representation of color #9A75BC: hue angle of 271.27º 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 #9A75BC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 117 | 188 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.26 |
| HSL | 271.27º | 0.35% | 0.6% | - |
| HSV(B) | 271.27º | 0.38% | 0.74% | - |
| XYZ | 28.76 | 23.22 | 50.54 | - |
| YUV | 136.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 188 | 0.18 | 0.38 | 0 | 0.26 | 271.27 | 0.35 | 0.6 |
| Hex | 9A | 75 | BC | 12 | 26 | 0 | 1A | 10F | 23 | 3C |
| Octal | 232 | 165 | 274 | 22 | 46 | 0 | 32 | 417 | 43 | 74 |
| Binary | 10011010 | 1110101 | 10111100 | 10010 | 100110 | 0 | 11010 | 100001111 | 100011 | 111100 |
Color Harmonies of #9A75BC
Complementary color
Monochromatic Colors of #9A75BC
Black with #9A75BC
Text Example
Text Example
White with #9A75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A75BC; }
p { color: rgb(154,117,188); }
H1.HeaderClassName
{
color: #9A75BC;
}
.AnyTagClassName
{
color: #9A75BC;
}
</style>
background-color css
<style>
a { background-color: #9A75BC; }
a { background-color: rgb(154,117,188); }
div.DivClassName
{
background-color: #9A75BC;
}
.BgClassName
{
background-color: #9A75BC;
}
</style>
border-color css
<style>
span { border-color: #9A75BC; }
span { border-color: rgb(154,117,188); }
td.TdClassName
{
border-color: #9A75BC;
}
.TagClassName
{
border-color: #9A75BC;
}
</style>