Html Css Color HEX #9474B4 Purple Mountain's Majesty

📋 copy color: '#9474B4'

red 148 ◦ green 116 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9474B4

Tints of Purple Mountain's Majesty #9474B4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 33.33%
G = 26.13%
B = 40.54%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9474B4 (or 0x9474B4) is known color: Purple Mountain's Majesty. HEX triplet: 94, 74 and B4. RGB value is (148,116,180). Sum of RGB (Red+Green+Blue) = 148+116+180=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #9474B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9474B4 is #6B8B4B. Grayscale: #848484. Windows color (decimal): -7048012 or 11826324. OLE color: 11826324.

HSL color Cylindrical-coordinate representation of color #9474B4: hue angle of 270º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9474B4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 116 180 -
CMYK 0.18 0.36 0 0.29
HSL 270º 0.3% 0.58% -
HSV(B) 270º 0.36% 0.71% -
XYZ 26.7 22.08 46.04 -
YUV 132.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 148 116 180 0.18 0.36 0 0.29 270 0.3 0.58
Hex 94 74 B4 12 24 0 1D 10E 1E 3A
Octal 224 164 264 22 44 0 35 416 36 72
Binary 10010100 1110100 10110100 10010 100100 0 11101 100001110 11110 111010

Color Harmonies of #9474B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474B4

Black with #9474B4

Text Example


Text Example

White with #9474B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9474B4; }

 p { color: rgb(148,116,180); }

 H1.HeaderClassName
 {
   color: #9474B4;
 }
 .AnyTagClassName
 {
   color: #9474B4;
 }
</style>

background-color css

<style>
 a { background-color: #9474B4; }

 a { background-color: rgb(148,116,180); }

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

border-color css

<style>
 span { border-color: #9474B4; }

 span { border-color: rgb(148,116,180); }

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