#9E6EBB

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

Shades of Purple Mountain's Majesty #9E6EBB

Tints of Purple Mountain's Majesty #9E6EBB

Color information

#9E6EBB (or 0x9E6EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 6E and BB. RGB value is (158,110,187). Sum of RGB (Red+Green+Blue) = 158+110+187=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E6EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EBB is #619144. Grayscale: #848484. Windows color (decimal): -6394181 or 12283550. OLE color: 12283550.

HSL color Cylindrical-coordinate representation of color #9E6EBB: hue angle of 277.4º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6EBB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158110187-
CMYK0.160.4100.27
HSL277.4º36.15%58.24%-
HSV(B)277.4º41.18%73.33%-
XYZ28.6522.0149.75-
YUV133.13158.4145.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=34.73%
G=24.18%
B=41.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581101870.160.4100.27277.436.1558.24
Hex9E6EBB102901B115243a
Octal23615627320510334254472
Binary1001111011011101011101110000101001011011100010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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