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

📋 copy color: '#9379BB'

red 147 ◦ green 121 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9379BB

Tints of Purple Mountain's Majesty #9379BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 32.31%
G = 26.59%
B = 41.1%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9379BB (or 0x9379BB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 79 and BB. RGB value is (147,121,187). Sum of RGB (Red+Green+Blue) = 147+121+187=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9379BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379BB is #6C8644. Grayscale: #888888. Windows color (decimal): -7112261 or 12286355. OLE color: 12286355.

HSL color Cylindrical-coordinate representation of color #9379BB: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9379BB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 121 187 -
CMYK 0.21 0.35 0 0.27
HSL 263.64º 0.33% 0.6% -
HSV(B) 263.64º 0.35% 0.73% -
XYZ 27.84 23.47 50.08 -
YUV 136.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 147 121 187 0.21 0.35 0 0.27 263.64 0.33 0.6
Hex 93 79 BB 15 23 0 1B 108 21 3C
Octal 223 171 273 25 43 0 33 410 41 74
Binary 10010011 1111001 10111011 10101 100011 0 11011 100001000 100001 111100

Color Harmonies of #9379BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379BB

Black with #9379BB

Text Example


Text Example

White with #9379BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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