#8B6FB3

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

Shades of Purple Mountain's Majesty #8B6FB3

Tints of Purple Mountain's Majesty #8B6FB3

Color information

#8B6FB3 (or 0x8B6FB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8B, 6F and B3. RGB value is (139,111,179). Sum of RGB (Red+Green+Blue) = 139+111+179=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B6FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FB3 is #74904C. Grayscale: #7E7E7E. Windows color (decimal): -7639117 or 11759499. OLE color: 11759499.

HSL color Cylindrical-coordinate representation of color #8B6FB3: hue angle of 264.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6FB3 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB139111179-
CMYK0.220.3800.30
HSL264.71º30.91%56.86%-
HSV(B)264.71º37.99%70.2%-
XYZ24.4720.1145.24-
YUV127.12157.28136.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=32.40%
G=25.87%
B=41.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391111790.220.3800.30264.7130.9156.86
Hex8B6FB3162601E1091f39
Octal21315726326460364113771
Binary100010111101111101100111011010011001111010000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,179); }

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

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

 a { background-color: rgb(139,111,179); }

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

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

 span { border-color: rgb(139,111,179); }

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