#8E70B1

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

Shades of Purple Mountain's Majesty #8E70B1

Tints of Purple Mountain's Majesty #8E70B1

Color information

#8E70B1 (or 0x8E70B1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 70 and B1. RGB value is (142,112,177). Sum of RGB (Red+Green+Blue) = 142+112+177=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E70B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E70B1 is #718F4E. Grayscale: #808080. Windows color (decimal): -7442255 or 11628686. OLE color: 11628686.

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

Color convert

RGB142112177-
CMYK0.200.3700.31
HSL267.69º29.41%56.67%-
HSV(B)267.69º36.72%69.41%-
XYZ24.8920.5144.24-
YUV128.38155.44137.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=32.95%
G=25.99%
B=41.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421121770.200.3700.31267.6929.4156.67
Hex8E70B1142501F10c1d39
Octal21616026124450374143571
Binary100011101110000101100011010010010101111110000110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,177); }

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

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

 a { background-color: rgb(142,112,177); }

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

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

 span { border-color: rgb(142,112,177); }

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