Html Css Color HEX #9371B4 Purple Mountain's Majesty

📋 copy color: '#9371B4'

red 147 ◦ green 113 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9371B4

Tints of Purple Mountain's Majesty #9371B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 33.41%
G = 25.68%
B = 40.91%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9371B4 (or 0x9371B4) is known color: Purple Mountain's Majesty. HEX triplet: 93, 71 and B4. RGB value is (147,113,180). Sum of RGB (Red+Green+Blue) = 147+113+180=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #9371B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371B4 is #6C8E4B. Grayscale: #828282. Windows color (decimal): -7114316 or 11825555. OLE color: 11825555.

HSL color Cylindrical-coordinate representation of color #9371B4: hue angle of 270.45º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9371B4 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 113 180 -
CMYK 0.18 0.37 0 0.29
HSL 270.45º 0.31% 0.57% -
HSV(B) 270.45º 0.37% 0.71% -
XYZ 26.18 21.31 45.91 -
YUV 130.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 147 113 180 0.18 0.37 0 0.29 270.45 0.31 0.57
Hex 93 71 B4 12 25 0 1D 10E 1F 39
Octal 223 161 264 22 45 0 35 416 37 71
Binary 10010011 1110001 10110100 10010 100101 0 11101 100001110 11111 111001

Color Harmonies of #9371B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9371B4

Black with #9371B4

Text Example


Text Example

White with #9371B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9371B4; }

 p { color: rgb(147,113,180); }

 H1.HeaderClassName
 {
   color: #9371B4;
 }
 .AnyTagClassName
 {
   color: #9371B4;
 }
</style>

background-color css

<style>
 a { background-color: #9371B4; }

 a { background-color: rgb(147,113,180); }

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

border-color css

<style>
 span { border-color: #9371B4; }

 span { border-color: rgb(147,113,180); }

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