Html Css Color HEX #9A70BC Purple Mountain's Majesty
📋 copy color: '#9A70BC'red 154 ◦ green 112 ◦ blue 188
Shades of Purple Mountain's Majesty #9A70BC
Tints of Purple Mountain's Majesty #9A70BC
RGB
CMYK
RGB Variations
Color information
#9A70BC (or 0x9A70BC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 70 and BC. RGB value is (154,112,188). Sum of RGB (Red+Green+Blue) = 154+112+188=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A70BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70BC is #658F43. Grayscale: #848484. Windows color (decimal): -6655812 or 12349594. OLE color: 12349594.
HSL color Cylindrical-coordinate representation of color #9A70BC: hue angle of 273.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A70BC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 112 | 188 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.26 |
| HSL | 273.16º | 0.36% | 0.59% | - |
| HSV(B) | 273.16º | 0.4% | 0.74% | - |
| XYZ | 28.2 | 22.09 | 50.35 | - |
| YUV | 133.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 188 | 0.18 | 0.40 | 0 | 0.26 | 273.16 | 0.36 | 0.59 |
| Hex | 9A | 70 | BC | 12 | 28 | 0 | 1A | 111 | 24 | 3B |
| Octal | 232 | 160 | 274 | 22 | 50 | 0 | 32 | 421 | 44 | 73 |
| Binary | 10011010 | 1110000 | 10111100 | 10010 | 101000 | 0 | 11010 | 100010001 | 100100 | 111011 |
Color Harmonies of #9A70BC
Complementary color
Monochromatic Colors of #9A70BC
Black with #9A70BC
Text Example
Text Example
White with #9A70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70BC; }
p { color: rgb(154,112,188); }
H1.HeaderClassName
{
color: #9A70BC;
}
.AnyTagClassName
{
color: #9A70BC;
}
</style>
background-color css
<style>
a { background-color: #9A70BC; }
a { background-color: rgb(154,112,188); }
div.DivClassName
{
background-color: #9A70BC;
}
.BgClassName
{
background-color: #9A70BC;
}
</style>
border-color css
<style>
span { border-color: #9A70BC; }
span { border-color: rgb(154,112,188); }
td.TdClassName
{
border-color: #9A70BC;
}
.TagClassName
{
border-color: #9A70BC;
}
</style>