#8C77B4

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

Shades of Purple Mountain's Majesty #8C77B4

Tints of Purple Mountain's Majesty #8C77B4

Color information

#8C77B4 (or 0x8C77B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 77 and B4. RGB value is (140,119,180). Sum of RGB (Red+Green+Blue) = 140+119+180=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77B4 is #73884B. Grayscale: #848484. Windows color (decimal): -7571532 or 11827084. OLE color: 11827084.

HSL color Cylindrical-coordinate representation of color #8C77B4: hue angle of 260.66º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C77B4 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140119180-
CMYK0.220.3400.29
HSL260.66º28.91%58.63%-
HSV(B)260.66º33.89%70.59%-
XYZ25.6522.0646.09-
YUV132.23154.96133.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=31.89%
G=27.11%
B=41.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401191800.220.3400.29260.6628.9158.63
Hex8C77B4162201D1051d3b
Octal21416726426420354053573
Binary100011001110111101101001011010001001110110000010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C77B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,180); }

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

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

 a { background-color: rgb(140,119,180); }

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

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

 span { border-color: rgb(140,119,180); }

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