#8C6FB7

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

Shades of Purple Mountain's Majesty #8C6FB7

Tints of Purple Mountain's Majesty #8C6FB7

Color information

#8C6FB7 (or 0x8C6FB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 6F and B7. RGB value is (140,111,183). Sum of RGB (Red+Green+Blue) = 140+111+183=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C6FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FB7 is #739048. Grayscale: #7F7F7F. Windows color (decimal): -7573577 or 12021644. OLE color: 12021644.

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

Color convert

RGB140111183-
CMYK0.230.3900.28
HSL264.17º33.33%57.65%-
HSV(B)264.17º39.34%71.76%-
XYZ25.0520.3647.41-
YUV127.88159.11136.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=32.26%
G=25.58%
B=42.17%

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
Decimal1401111830.230.3900.28264.1733.3357.65
Hex8C6FB7172701C108213a
Octal21415726727470344104172
Binary1000110011011111011011110111100111011100100001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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