#9E81B4

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

Shades of Purple Mountain's Majesty #9E81B4

Tints of Purple Mountain's Majesty #9E81B4

Color information

#9E81B4 (or 0x9E81B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 81 and B4. RGB value is (158,129,180). Sum of RGB (Red+Green+Blue) = 158+129+180=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E81B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81B4 is #617E4B. Grayscale: #8F8F8F. Windows color (decimal): -6389324 or 11829662. OLE color: 11829662.

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

Color convert

RGB158129180-
CMYK0.120.2800.29
HSL274.12º25.37%60.59%-
HSV(B)274.12º28.33%70.59%-
XYZ30.1926.2646.66-
YUV143.49148.61138.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=33.83%
G=27.62%
B=38.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581291800.120.2800.29274.1225.3760.59
Hex9E81B4C1C01D112193d
Octal23620126414340354223175
Binary10011110100000011011010011001110001110110001001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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