Html Css Color HEX #9378AC Purple Mountain's Majesty

📋 copy color: '#9378AC'

red 147 ◦ green 120 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9378AC

Tints of Purple Mountain's Majesty #9378AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 33.49%
G = 27.33%
B = 39.18%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9378AC (or 0x9378AC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 78 and AC. RGB value is (147,120,172). Sum of RGB (Red+Green+Blue) = 147+120+172=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #9378AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9378AC is #6C8753. Grayscale: #858585. Windows color (decimal): -7112532 or 11303059. OLE color: 11303059.

HSL color Cylindrical-coordinate representation of color #9378AC: hue angle of 271.15º 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 #9378AC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 120 172 -
CMYK 0.15 0.30 0 0.33
HSL 271.15º 0.24% 0.57% -
HSV(B) 271.15º 0.3% 0.67% -
XYZ 26.2 22.61 42.01 -
YUV 134 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 147 120 172 0.15 0.30 0 0.33 271.15 0.24 0.57
Hex 93 78 AC F 1E 0 21 10F 18 39
Octal 223 170 254 17 36 0 41 417 30 71
Binary 10010011 1111000 10101100 1111 11110 0 100001 100001111 11000 111001

Color Harmonies of #9378AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378AC

Black with #9378AC

Text Example


Text Example

White with #9378AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9378AC; }

 p { color: rgb(147,120,172); }

 H1.HeaderClassName
 {
   color: #9378AC;
 }
 .AnyTagClassName
 {
   color: #9378AC;
 }
</style>

background-color css

<style>
 a { background-color: #9378AC; }

 a { background-color: rgb(147,120,172); }

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

border-color css

<style>
 span { border-color: #9378AC; }

 span { border-color: rgb(147,120,172); }

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