Html Css Color HEX #9376B2 Purple Mountain's Majesty

📋 copy color: '#9376B2'

red 147 ◦ green 118 ◦ blue 178

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

Shades of Purple Mountain's Majesty #9376B2

Tints of Purple Mountain's Majesty #9376B2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 33.18%
G = 26.64%
B = 40.18%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9376B2 (or 0x9376B2) is known color: Purple Mountain's Majesty. HEX triplet: 93, 76 and B2. RGB value is (147,118,178). Sum of RGB (Red+Green+Blue) = 147+118+178=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #9376B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9376B2 is #6C894D. Grayscale: #858585. Windows color (decimal): -7113038 or 11695763. OLE color: 11695763.

HSL color Cylindrical-coordinate representation of color #9376B2: hue angle of 269º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9376B2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 118 178 -
CMYK 0.17 0.34 0 0.30
HSL 269º 0.28% 0.58% -
HSV(B) 269º 0.34% 0.7% -
XYZ 26.55 22.37 45.04 -
YUV 133.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 147 118 178 0.17 0.34 0 0.30 269 0.28 0.58
Hex 93 76 B2 11 22 0 1E 10D 1C 3A
Octal 223 166 262 21 42 0 36 415 34 72
Binary 10010011 1110110 10110010 10001 100010 0 11110 100001101 11100 111010

Color Harmonies of #9376B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376B2

Black with #9376B2

Text Example


Text Example

White with #9376B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376B2; }

 p { color: rgb(147,118,178); }

 H1.HeaderClassName
 {
   color: #9376B2;
 }
 .AnyTagClassName
 {
   color: #9376B2;
 }
</style>

background-color css

<style>
 a { background-color: #9376B2; }

 a { background-color: rgb(147,118,178); }

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

border-color css

<style>
 span { border-color: #9376B2; }

 span { border-color: rgb(147,118,178); }

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