#8E6FB6

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

Shades of Purple Mountain's Majesty #8E6FB6

Tints of Purple Mountain's Majesty #8E6FB6

Color information

#8E6FB6 (or 0x8E6FB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8E, 6F and B6. RGB value is (142,111,182). Sum of RGB (Red+Green+Blue) = 142+111+182=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E6FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FB6 is #719049. Grayscale: #808080. Windows color (decimal): -7442506 or 11956110. OLE color: 11956110.

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

Color convert

RGB142111182-
CMYK0.220.3900.29
HSL266.2º32.72%57.45%-
HSV(B)266.2º39.01%71.37%-
XYZ25.2820.546.88-
YUV128.36158.27137.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=32.64%
G=25.52%
B=41.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421111820.220.3900.29266.232.7257.45
Hex8E6FB6162701D10a2139
Octal21615726626470354124171
Binary1000111011011111011011010110100111011101100001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,182); }

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

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

 a { background-color: rgb(142,111,182); }

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

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

 span { border-color: rgb(142,111,182); }

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