#9E819D

Color #9E819D London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #9E819D

Tints of London Hue #9E819D

Color information

#9E819D (or 0x9E819D) is unknown color: approx London Hue. HEX triplet: 9E, 81 and 9D. RGB value is (158,129,157). Sum of RGB (Red+Green+Blue) = 158+129+157=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 158 - color contains mainly: red. Hex color #9E819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E819D is #617E62. Grayscale: #8C8C8C. Windows color (decimal): -6389347 or 10322334. OLE color: 10322334.

HSL color Cylindrical-coordinate representation of color #9E819D: hue angle of 302.07º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E819D is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB158129157-
CMYK00.180.010.38
HSL302.07º13%56.27%-
HSV(B)302.07º18.35%61.96%-
XYZ28.0425.435.32-
YUV140.86137.11140.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=35.59%
G=29.05%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812915700.180.010.38302.071356.27
Hex9E819D01212612ed38
Octal2362012350221464561570
Binary10011110100000011001110101001011001101001011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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