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

📋 copy color: '#9376B5'

red 147 ◦ green 118 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9376B5

Tints of Purple Mountain's Majesty #9376B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 32.96%
G = 26.46%
B = 40.58%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9376B5 (or 0x9376B5) is known color: Purple Mountain's Majesty. HEX triplet: 93, 76 and B5. RGB value is (147,118,181). Sum of RGB (Red+Green+Blue) = 147+118+181=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #9376B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376B5 is #6C894A. Grayscale: #858585. Windows color (decimal): -7113035 or 11892371. OLE color: 11892371.

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

Color convert

RGB 147 118 181 -
CMYK 0.19 0.35 0 0.29
HSL 267.62º 0.3% 0.59% -
HSV(B) 267.62º 0.35% 0.71% -
XYZ 26.85 22.5 46.64 -
YUV 133.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 147 118 181 0.19 0.35 0 0.29 267.62 0.3 0.59
Hex 93 76 B5 13 23 0 1D 10C 1E 3B
Octal 223 166 265 23 43 0 35 414 36 73
Binary 10010011 1110110 10110101 10011 100011 0 11101 100001100 11110 111011

Color Harmonies of #9376B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376B5

Black with #9376B5

Text Example


Text Example

White with #9376B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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