#9E81B7

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

Shades of Purple Mountain's Majesty #9E81B7

Tints of Purple Mountain's Majesty #9E81B7

Color information

#9E81B7 (or 0x9E81B7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 81 and B7. RGB value is (158,129,183). Sum of RGB (Red+Green+Blue) = 158+129+183=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E81B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81B7 is #617E48. Grayscale: #8F8F8F. Windows color (decimal): -6389321 or 12026270. OLE color: 12026270.

HSL color Cylindrical-coordinate representation of color #9E81B7: hue angle of 272.22º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E81B7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB158129183-
CMYK0.140.3000.28
HSL272.22º27.27%61.18%-
HSV(B)272.22º29.51%71.76%-
XYZ30.526.3948.29-
YUV143.83150.11138.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.62%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=33.62%
G=27.45%
B=38.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581291830.140.3000.28272.2227.2761.18
Hex9E81B7E1E01C1101b3d
Octal23620126716360344203375
Binary10011110100000011011011111101111001110010001000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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