#8B6EAF

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

Shades of Purple Mountain's Majesty #8B6EAF

Tints of Purple Mountain's Majesty #8B6EAF

Color information

#8B6EAF (or 0x8B6EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8B, 6E and AF. RGB value is (139,110,175). Sum of RGB (Red+Green+Blue) = 139+110+175=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B6EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6EAF is #749150. Grayscale: #7D7D7D. Windows color (decimal): -7639377 or 11497099. OLE color: 11497099.

HSL color Cylindrical-coordinate representation of color #8B6EAF: hue angle of 266.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6EAF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139110175-
CMYK0.210.3700.31
HSL266.77º28.89%55.88%-
HSV(B)266.77º37.14%68.63%-
XYZ23.9619.7443.1-
YUV126.08155.61137.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=32.78%
G=25.94%
B=41.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391101750.210.3700.31266.7728.8955.88
Hex8B6EAF152501F10b1d38
Octal21315625725450374133570
Binary100010111101110101011111010110010101111110000101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,175); }

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

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

 a { background-color: rgb(139,110,175); }

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

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

 span { border-color: rgb(139,110,175); }

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