#9E81BA

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

Shades of Purple Mountain's Majesty #9E81BA

Tints of Purple Mountain's Majesty #9E81BA

Color information

#9E81BA (or 0x9E81BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 81 and BA. RGB value is (158,129,186). Sum of RGB (Red+Green+Blue) = 158+129+186=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81BA is #617E45. Grayscale: #8F8F8F. Windows color (decimal): -6389318 or 12222878. OLE color: 12222878.

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

Color convert

RGB158129186-
CMYK0.150.3100.27
HSL270.53º29.23%61.76%-
HSV(B)270.53º30.65%72.94%-
XYZ30.8126.5149.95-
YUV144.17151.61137.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=33.40%
G=27.27%
B=39.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581291860.150.3100.27270.5329.2361.76
Hex9E81BAF1F01B10f1d3e
Octal23620127217370334173576
Binary10011110100000011011101011111111101101110000111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,186); }

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

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

 a { background-color: rgb(158,129,186); }

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

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

 span { border-color: rgb(158,129,186); }

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