Html Css Color HEX #9375AE Purple Mountain's Majesty

📋 copy color: '#9375AE'

red 147 ◦ green 117 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9375AE

Tints of Purple Mountain's Majesty #9375AE

RGB

 RED value IS 147 (57.81% from 255) = 33.56%

 GREEN value IS 117 (46.09% from 255) = 26.71%

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 33.56%
G = 26.71%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9375AE (or 0x9375AE) is known color: Purple Mountain's Majesty. HEX triplet: 93, 75 and AE. RGB value is (147,117,174). Sum of RGB (Red+Green+Blue) = 147+117+174=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #9375AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9375AE is #6C8A51. Grayscale: #848484. Windows color (decimal): -7113298 or 11433363. OLE color: 11433363.

HSL color Cylindrical-coordinate representation of color #9375AE: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9375AE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 117 174 -
CMYK 0.16 0.33 0 0.32
HSL 271.58º 0.26% 0.57% -
HSV(B) 271.58º 0.33% 0.68% -
XYZ 26.03 21.98 42.92 -
YUV 132.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 147 117 174 0.16 0.33 0 0.32 271.58 0.26 0.57
Hex 93 75 AE 10 21 0 20 110 1A 39
Octal 223 165 256 20 41 0 40 420 32 71
Binary 10010011 1110101 10101110 10000 100001 0 100000 100010000 11010 111001

Color Harmonies of #9375AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375AE

Black with #9375AE

Text Example


Text Example

White with #9375AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9375AE; }

 p { color: rgb(147,117,174); }

 H1.HeaderClassName
 {
   color: #9375AE;
 }
 .AnyTagClassName
 {
   color: #9375AE;
 }
</style>

background-color css

<style>
 a { background-color: #9375AE; }

 a { background-color: rgb(147,117,174); }

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

border-color css

<style>
 span { border-color: #9375AE; }

 span { border-color: rgb(147,117,174); }

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