#8C72B6

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

Shades of Purple Mountain's Majesty #8C72B6

Tints of Purple Mountain's Majesty #8C72B6

Color information

#8C72B6 (or 0x8C72B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 72 and B6. RGB value is (140,114,182). Sum of RGB (Red+Green+Blue) = 140+114+182=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C72B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72B6 is #738D49. Grayscale: #818181. Windows color (decimal): -7572810 or 11956876. OLE color: 11956876.

HSL color Cylindrical-coordinate representation of color #8C72B6: hue angle of 262.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C72B6 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140114182-
CMYK0.230.3700.29
HSL262.94º31.78%58.04%-
HSV(B)262.94º37.36%71.37%-
XYZ25.2820.9946.97-
YUV129.53157.61135.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=32.11%
G=26.15%
B=41.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401141820.230.3700.29262.9431.7858.04
Hex8C72B6172501D107203a
Octal21416226627450354074072
Binary1000110011100101011011010111100101011101100000111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,182); }

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

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

 a { background-color: rgb(140,114,182); }

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

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

 span { border-color: rgb(140,114,182); }

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