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

📋 copy color: '#9379B6'

red 147 ◦ green 121 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9379B6

Tints of Purple Mountain's Majesty #9379B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 32.67%
G = 26.89%
B = 40.44%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9379B6 (or 0x9379B6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 79 and B6. RGB value is (147,121,182). Sum of RGB (Red+Green+Blue) = 147+121+182=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #9379B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379B6 is #6C8649. Grayscale: #878787. Windows color (decimal): -7112266 or 11958675. OLE color: 11958675.

HSL color Cylindrical-coordinate representation of color #9379B6: hue angle of 265.57º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9379B6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 121 182 -
CMYK 0.19 0.34 0 0.29
HSL 265.57º 0.29% 0.59% -
HSV(B) 265.57º 0.34% 0.71% -
XYZ 27.31 23.26 47.31 -
YUV 135.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 147 121 182 0.19 0.34 0 0.29 265.57 0.29 0.59
Hex 93 79 B6 13 22 0 1D 10A 1D 3B
Octal 223 171 266 23 42 0 35 412 35 73
Binary 10010011 1111001 10110110 10011 100010 0 11101 100001010 11101 111011

Color Harmonies of #9379B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379B6

Black with #9379B6

Text Example


Text Example

White with #9379B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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