Html Css Color HEX #9478B8 Purple Mountain's Majesty
📋 copy color: '#9478B8'red 148 ◦ green 120 ◦ blue 184
Shades of Purple Mountain's Majesty #9478B8
Tints of Purple Mountain's Majesty #9478B8
RGB
CMYK
RGB Variations
Color information
#9478B8 (or 0x9478B8) is known color: Purple Mountain's Majesty. HEX triplet: 94, 78 and B8. RGB value is (148,120,184). Sum of RGB (Red+Green+Blue) = 148+120+184=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #9478B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478B8 is #6B8747. Grayscale: #878787. Windows color (decimal): -7046984 or 12089492. OLE color: 12089492.
HSL color Cylindrical-coordinate representation of color #9478B8: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9478B8 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 120 | 184 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.28 |
| HSL | 266.25º | 0.31% | 0.6% | - |
| HSV(B) | 266.25º | 0.35% | 0.72% | - |
| XYZ | 27.58 | 23.19 | 48.37 | - |
| YUV | 135.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 184 | 0.20 | 0.35 | 0 | 0.28 | 266.25 | 0.31 | 0.6 |
| Hex | 94 | 78 | B8 | 14 | 23 | 0 | 1C | 10A | 1F | 3C |
| Octal | 224 | 170 | 270 | 24 | 43 | 0 | 34 | 412 | 37 | 74 |
| Binary | 10010100 | 1111000 | 10111000 | 10100 | 100011 | 0 | 11100 | 100001010 | 11111 | 111100 |
Color Harmonies of #9478B8
Complementary color
Monochromatic Colors of #9478B8
Black with #9478B8
Text Example
Text Example
White with #9478B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478B8; }
p { color: rgb(148,120,184); }
H1.HeaderClassName
{
color: #9478B8;
}
.AnyTagClassName
{
color: #9478B8;
}
</style>
background-color css
<style>
a { background-color: #9478B8; }
a { background-color: rgb(148,120,184); }
div.DivClassName
{
background-color: #9478B8;
}
.BgClassName
{
background-color: #9478B8;
}
</style>
border-color css
<style>
span { border-color: #9478B8; }
span { border-color: rgb(148,120,184); }
td.TdClassName
{
border-color: #9478B8;
}
.TagClassName
{
border-color: #9478B8;
}
</style>