#9E85B6

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

Shades of Purple Mountain's Majesty #9E85B6

Tints of Purple Mountain's Majesty #9E85B6

Color information

#9E85B6 (or 0x9E85B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 85 and B6. RGB value is (158,133,182). Sum of RGB (Red+Green+Blue) = 158+133+182=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E85B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85B6 is #617A49. Grayscale: #919191. Windows color (decimal): -6388298 or 11961758. OLE color: 11961758.

HSL color Cylindrical-coordinate representation of color #9E85B6: hue angle of 270.61º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E85B6 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB158133182-
CMYK0.130.2700.29
HSL270.61º25.13%61.76%-
HSV(B)270.61º26.92%71.37%-
XYZ30.9327.4247.92-
YUV146.06148.28136.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=33.40%
G=28.12%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581331820.130.2700.29270.6125.1361.76
Hex9E85B6D1B01D10f193e
Octal23620526615330354173176
Binary10011110100001011011011011011101101110110000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,182); }

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

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

 a { background-color: rgb(158,133,182); }

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

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

 span { border-color: rgb(158,133,182); }

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