#8A69B4

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

Shades of Purple Mountain's Majesty #8A69B4

Tints of Purple Mountain's Majesty #8A69B4

Color information

#8A69B4 (or 0x8A69B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8A, 69 and B4. RGB value is (138,105,180). Sum of RGB (Red+Green+Blue) = 138+105+180=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69B4 is #75964B. Grayscale: #7B7B7B. Windows color (decimal): -7706188 or 11823498. OLE color: 11823498.

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

Color convert

RGB138105180-
CMYK0.230.4200.29
HSL266.4º33.33%55.88%-
HSV(B)266.4º41.67%70.59%-
XYZ23.7718.845.56-
YUV123.42159.93138.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=32.62%
G=24.82%
B=42.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381051800.230.4200.29266.433.3355.88
Hex8A69B4172A01D10a2138
Octal21215126427520354124170
Binary1000101011010011011010010111101010011101100001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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