#8D70B4

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

Shades of Purple Mountain's Majesty #8D70B4

Tints of Purple Mountain's Majesty #8D70B4

Color information

#8D70B4 (or 0x8D70B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 70 and B4. RGB value is (141,112,180). Sum of RGB (Red+Green+Blue) = 141+112+180=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D70B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D70B4 is #728F4B. Grayscale: #808080. Windows color (decimal): -7507788 or 11825293. OLE color: 11825293.

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

Color convert

RGB141112180-
CMYK0.220.3800.29
HSL265.59º31.19%57.25%-
HSV(B)265.59º37.78%70.59%-
XYZ25.0220.5545.83-
YUV128.42157.11136.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=32.56%
G=25.87%
B=41.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411121800.220.3800.29265.5931.1957.25
Hex8D70B4162601D10a1f39
Octal21516026426460354123771
Binary100011011110000101101001011010011001110110000101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,180); }

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

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

 a { background-color: rgb(141,112,180); }

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

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

 span { border-color: rgb(141,112,180); }

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