#9E86B3

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

Shades of Purple Mountain's Majesty #9E86B3

Tints of Purple Mountain's Majesty #9E86B3

Color information

#9E86B3 (or 0x9E86B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 86 and B3. RGB value is (158,134,179). Sum of RGB (Red+Green+Blue) = 158+134+179=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E86B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86B3 is #61794C. Grayscale: #929292. Windows color (decimal): -6388045 or 11765406. OLE color: 11765406.

HSL color Cylindrical-coordinate representation of color #9E86B3: hue angle of 272º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E86B3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB158134179-
CMYK0.120.2500.30
HSL272º22.84%61.37%-
HSV(B)272º25.14%70.2%-
XYZ30.7627.5746.35-
YUV146.31146.45136.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=33.55%
G=28.45%
B=38.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581341790.120.2500.3027222.8461.37
Hex9E86B3C1901E110173d
Octal23620626314310364202775
Binary10011110100001101011001111001100101111010001000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E86B3; }

 p { color: rgb(158,134,179); }

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

<style>
 a { background-color: #9E86B3; }

 a { background-color: rgb(158,134,179); }

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

<style>
 span { border-color: #9E86B3; }

 span { border-color: rgb(158,134,179); }

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