#8C70B7

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

Shades of Purple Mountain's Majesty #8C70B7

Tints of Purple Mountain's Majesty #8C70B7

Color information

#8C70B7 (or 0x8C70B7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 70 and B7. RGB value is (140,112,183). Sum of RGB (Red+Green+Blue) = 140+112+183=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70B7 is #738F48. Grayscale: #808080. Windows color (decimal): -7573321 or 12021900. OLE color: 12021900.

HSL color Cylindrical-coordinate representation of color #8C70B7: hue angle of 263.66º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C70B7 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB140112183-
CMYK0.230.3900.28
HSL263.66º33.02%57.84%-
HSV(B)263.66º38.8%71.76%-
XYZ25.1620.5847.45-
YUV128.47158.78136.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=32.18%
G=25.75%
B=42.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401121830.230.3900.28263.6633.0257.84
Hex8C70B7172701C108213a
Octal21416026727470344104172
Binary1000110011100001011011110111100111011100100001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,183); }

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

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

 a { background-color: rgb(140,112,183); }

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

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

 span { border-color: rgb(140,112,183); }

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