Html Css Color HEX #9478AD Purple Mountain's Majesty

📋 copy color: '#9478AD'

red 148 ◦ green 120 ◦ blue 173

#9478AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9478AD

Tints of Purple Mountain's Majesty #9478AD

RGB

 RED value IS 148 (58.2% from 255) = 33.56%

 GREEN value IS 120 (47.27% from 255) = 27.21%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 33.56%
G = 27.21%
B = 39.23%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9478AD (or 0x9478AD) is known color: Purple Mountain's Majesty. HEX triplet: 94, 78 and AD. RGB value is (148,120,173). Sum of RGB (Red+Green+Blue) = 148+120+173=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #9478AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9478AD is #6B8752. Grayscale: #868686. Windows color (decimal): -7046995 or 11368596. OLE color: 11368596.

HSL color Cylindrical-coordinate representation of color #9478AD: hue angle of 271.7º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9478AD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 120 173 -
CMYK 0.14 0.31 0 0.32
HSL 271.7º 0.24% 0.57% -
HSV(B) 271.7º 0.31% 0.68% -
XYZ 26.47 22.75 42.53 -
YUV 134.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 148 120 173 0.14 0.31 0 0.32 271.7 0.24 0.57
Hex 94 78 AD E 1F 0 20 110 18 39
Octal 224 170 255 16 37 0 40 420 30 71
Binary 10010100 1111000 10101101 1110 11111 0 100000 100010000 11000 111001

Color Harmonies of #9478AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478AD

Black with #9478AD

Text Example


Text Example

White with #9478AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9478AD; }

 p { color: rgb(148,120,173); }

 H1.HeaderClassName
 {
   color: #9478AD;
 }
 .AnyTagClassName
 {
   color: #9478AD;
 }
</style>

background-color css

<style>
 a { background-color: #9478AD; }

 a { background-color: rgb(148,120,173); }

 div.DivClassName
 {
   background-color: #9478AD;
 }
 .BgClassName
 {
   background-color: #9478AD;
 }
</style>

border-color css

<style>
 span { border-color: #9478AD; }

 span { border-color: rgb(148,120,173); }

 td.TdClassName
 {
   border-color: #9478AD;
 }
 .TagClassName
 {
   border-color: #9478AD;
 }
</style>