#8A6BB4

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

Shades of Purple Mountain's Majesty #8A6BB4

Tints of Purple Mountain's Majesty #8A6BB4

Color information

#8A6BB4 (or 0x8A6BB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8A, 6B and B4. RGB value is (138,107,180). Sum of RGB (Red+Green+Blue) = 138+107+180=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A6BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BB4 is #75944B. Grayscale: #7C7C7C. Windows color (decimal): -7705676 or 11824010. OLE color: 11824010.

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

Color convert

RGB138107180-
CMYK0.230.4100.29
HSL265.48º32.74%56.27%-
HSV(B)265.48º40.56%70.59%-
XYZ23.9819.2145.62-
YUV124.59159.27137.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=32.47%
G=25.18%
B=42.35%

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
Decimal1381071800.230.4100.29265.4832.7456.27
Hex8A6BB4172901D1092138
Octal21215326427510354114170
Binary1000101011010111011010010111101001011101100001001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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