#8B70B3

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

Shades of Purple Mountain's Majesty #8B70B3

Tints of Purple Mountain's Majesty #8B70B3

Color information

#8B70B3 (or 0x8B70B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8B, 70 and B3. RGB value is (139,112,179). Sum of RGB (Red+Green+Blue) = 139+112+179=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70B3 is #748F4C. Grayscale: #7F7F7F. Windows color (decimal): -7638861 or 11759755. OLE color: 11759755.

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

Color convert

RGB139112179-
CMYK0.220.3700.30
HSL264.18º30.59%57.06%-
HSV(B)264.18º37.43%70.2%-
XYZ24.5820.3345.28-
YUV127.71156.95136.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=32.33%
G=26.05%
B=41.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391121790.220.3700.30264.1830.5957.06
Hex8B70B3162501E1081f39
Octal21316026326450364103771
Binary100010111110000101100111011010010101111010000100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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