#9E81BB

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

Shades of Purple Mountain's Majesty #9E81BB

Tints of Purple Mountain's Majesty #9E81BB

Color information

#9E81BB (or 0x9E81BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 81 and BB. RGB value is (158,129,187). Sum of RGB (Red+Green+Blue) = 158+129+187=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81BB is #617E44. Grayscale: #909090. Windows color (decimal): -6389317 or 12288414. OLE color: 12288414.

HSL color Cylindrical-coordinate representation of color #9E81BB: hue angle of 270º degrees, saturation: 0.3, 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 #9E81BB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158129187-
CMYK0.160.3100.27
HSL270º29.9%61.96%-
HSV(B)270º31.02%73.33%-
XYZ30.9226.5650.51-
YUV144.28152.11137.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=33.33%
G=27.22%
B=39.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581291870.160.3100.2727029.961.96
Hex9E81BB101F01B10e1e3e
Octal23620127320370334163676
Binary100111101000000110111011100001111101101110000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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