#8B70B7

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

Shades of Purple Mountain's Majesty #8B70B7

Tints of Purple Mountain's Majesty #8B70B7

Color information

#8B70B7 (or 0x8B70B7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8B, 70 and B7. RGB value is (139,112,183). Sum of RGB (Red+Green+Blue) = 139+112+183=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70B7 is #748F48. Grayscale: #7F7F7F. Windows color (decimal): -7638857 or 12021899. OLE color: 12021899.

HSL color Cylindrical-coordinate representation of color #8B70B7: hue angle of 262.82º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B70B7 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB139112183-
CMYK0.240.3900.28
HSL262.82º33.02%57.84%-
HSV(B)262.82º38.8%71.76%-
XYZ24.9920.547.44-
YUV128.17158.95135.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=32.03%
G=25.81%
B=42.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391121830.240.3900.28262.8233.0257.84
Hex8B70B7182701C107213a
Octal21316026730470344074172
Binary1000101111100001011011111000100111011100100000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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