Html Css Color HEX #9278AC Purple Mountain's Majesty
📋 copy color: '#9278AC'red 146 ◦ green 120 ◦ blue 172
Shades of Purple Mountain's Majesty #9278AC
Tints of Purple Mountain's Majesty #9278AC
RGB
CMYK
RGB Variations
Color information
#9278AC (or 0x9278AC) is known color: Purple Mountain's Majesty. HEX triplet: 92, 78 and AC. RGB value is (146,120,172). Sum of RGB (Red+Green+Blue) = 146+120+172=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9278AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9278AC is #6D8753. Grayscale: #858585. Windows color (decimal): -7178068 or 11303058. OLE color: 11303058.
HSL color Cylindrical-coordinate representation of color #9278AC: hue angle of 270º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9278AC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 120 | 172 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.33 |
| HSL | 270º | 0.24% | 0.57% | - |
| HSV(B) | 270º | 0.3% | 0.67% | - |
| XYZ | 26.02 | 22.52 | 42.01 | - |
| YUV | 133.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 172 | 0.15 | 0.30 | 0 | 0.33 | 270 | 0.24 | 0.57 |
| Hex | 92 | 78 | AC | F | 1E | 0 | 21 | 10E | 18 | 39 |
| Octal | 222 | 170 | 254 | 17 | 36 | 0 | 41 | 416 | 30 | 71 |
| Binary | 10010010 | 1111000 | 10101100 | 1111 | 11110 | 0 | 100001 | 100001110 | 11000 | 111001 |
Color Harmonies of #9278AC
Complementary color
Monochromatic Colors of #9278AC
Black with #9278AC
Text Example
Text Example
White with #9278AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278AC; }
p { color: rgb(146,120,172); }
H1.HeaderClassName
{
color: #9278AC;
}
.AnyTagClassName
{
color: #9278AC;
}
</style>
background-color css
<style>
a { background-color: #9278AC; }
a { background-color: rgb(146,120,172); }
div.DivClassName
{
background-color: #9278AC;
}
.BgClassName
{
background-color: #9278AC;
}
</style>
border-color css
<style>
span { border-color: #9278AC; }
span { border-color: rgb(146,120,172); }
td.TdClassName
{
border-color: #9278AC;
}
.TagClassName
{
border-color: #9278AC;
}
</style>