Html Css Color HEX #9379AB Purple Mountain's Majesty

📋 copy color: '#9379AB'

red 147 ◦ green 121 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9379AB

Tints of Purple Mountain's Majesty #9379AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.56%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 33.49%
G = 27.56%
B = 38.95%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9379AB (or 0x9379AB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 79 and AB. RGB value is (147,121,171). Sum of RGB (Red+Green+Blue) = 147+121+171=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #9379AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9379AB is #6C8654. Grayscale: #868686. Windows color (decimal): -7112277 or 11237779. OLE color: 11237779.

HSL color Cylindrical-coordinate representation of color #9379AB: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9379AB is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 121 171 -
CMYK 0.14 0.29 0 0.33
HSL 271.2º 0.23% 0.57% -
HSV(B) 271.2º 0.29% 0.67% -
XYZ 26.22 22.82 41.55 -
YUV 134.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 147 121 171 0.14 0.29 0 0.33 271.2 0.23 0.57
Hex 93 79 AB E 1D 0 21 10F 17 39
Octal 223 171 253 16 35 0 41 417 27 71
Binary 10010011 1111001 10101011 1110 11101 0 100001 100001111 10111 111001

Color Harmonies of #9379AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379AB

Black with #9379AB

Text Example


Text Example

White with #9379AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9379AB; }

 p { color: rgb(147,121,171); }

 H1.HeaderClassName
 {
   color: #9379AB;
 }
 .AnyTagClassName
 {
   color: #9379AB;
 }
</style>

background-color css

<style>
 a { background-color: #9379AB; }

 a { background-color: rgb(147,121,171); }

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

border-color css

<style>
 span { border-color: #9379AB; }

 span { border-color: rgb(147,121,171); }

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