#8C76B5

Color #8C76B5 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #8C76B5

Tints of Purple Mountain's Majesty #8C76B5

Color information

#8C76B5 (or 0x8C76B5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 76 and B5. RGB value is (140,118,181). Sum of RGB (Red+Green+Blue) = 140+118+181=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #8C76B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76B5 is #73894A. Grayscale: #838383. Windows color (decimal): -7571787 or 11892364. OLE color: 11892364.

HSL color Cylindrical-coordinate representation of color #8C76B5: hue angle of 260.95º 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 #8C76B5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140118181-
CMYK0.230.3500.29
HSL260.95º29.86%58.63%-
HSV(B)260.95º34.81%70.98%-
XYZ25.6321.8746.59-
YUV131.76155.79133.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=31.89%
G=26.88%
B=41.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401181810.230.3500.29260.9529.8658.63
Hex8C76B5172301D1051e3b
Octal21416626527430354053673
Binary100011001110110101101011011110001101110110000010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C76B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C76B5; }

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

 H1.HeaderClassName
 {
   color: #8C76B5;
 }
 .AnyTagClassName
 {
   color: #8C76B5;
 }
</style>
background-color css

<style>
 a { background-color: #8C76B5; }

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

 div.DivClassName
 {
   background-color: #8C76B5;
 }
 .BgClassName
 {
   background-color: #8C76B5;
 }
</style>
border-color css

<style>
 span { border-color: #8C76B5; }

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

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