#8a6ab4

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

Shades of Purple Mountain's Majesty #8A6AB4

Tints of Purple Mountain's Majesty #8A6AB4

Color information

#8A6AB4 (or 0x8A6AB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8A, 6A and B4. RGB value is (138,106,180). Sum of RGB (Red+Green+Blue) = 138+106+180=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A6AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6AB4 is #75954B. Grayscale: #7B7B7B. Windows color (decimal): -7705932 or 11823754. OLE color: 11823754.

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

Color convert

RGB138106180-
CMYK0.230.4100.29
HSL265.95º33.04%56.08%-
HSV(B)265.95º41.11%70.59%-
XYZ23.8719.0145.59-
YUV124159.6137.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=32.55%
G=25%
B=42.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381061800.230.4100.29265.9533.0456.08
Hex8A6AB4172901D10a2138
Octal21215226427510354124170
Binary1000101011010101011010010111101001011101100001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a6ab4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,106,180); }

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

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

 a { background-color: rgb(138,106,180); }

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

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

 span { border-color: rgb(138,106,180); }

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