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

📋 copy color: '#9376BC'

red 147 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9376BC

Tints of Purple Mountain's Majesty #9376BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 32.45%
G = 26.05%
B = 41.5%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9376BC (or 0x9376BC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 76 and BC. RGB value is (147,118,188). Sum of RGB (Red+Green+Blue) = 147+118+188=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #9376BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376BC is #6C8943. Grayscale: #868686. Windows color (decimal): -7113028 or 12351123. OLE color: 12351123.

HSL color Cylindrical-coordinate representation of color #9376BC: hue angle of 264.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9376BC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 118 188 -
CMYK 0.22 0.37 0 0.26
HSL 264.86º 0.34% 0.6% -
HSV(B) 264.86º 0.37% 0.74% -
XYZ 27.59 22.79 50.52 -
YUV 134.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 147 118 188 0.22 0.37 0 0.26 264.86 0.34 0.6
Hex 93 76 BC 16 25 0 1A 109 22 3C
Octal 223 166 274 26 45 0 32 411 42 74
Binary 10010011 1110110 10111100 10110 100101 0 11010 100001001 100010 111100

Color Harmonies of #9376BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376BC

Black with #9376BC

Text Example


Text Example

White with #9376BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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