#9E819E

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

Shades of London Hue #9E819E

Tints of London Hue #9E819E

Color information

#9E819E (or 0x9E819E) is unknown color: approx London Hue. HEX triplet: 9E, 81 and 9E. RGB value is (158,129,158). Sum of RGB (Red+Green+Blue) = 158+129+158=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E819E is #617E61. Grayscale: #8C8C8C. Windows color (decimal): -6389346 or 10387870. OLE color: 10387870.

HSL color Cylindrical-coordinate representation of color #9E819E: hue angle of 300º 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 #9E819E is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB158129158-
CMYK00.1800.38
HSL300º13%56.27%-
HSV(B)300º18.35%61.96%-
XYZ28.1225.4435.78-
YUV140.98137.61140.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=35.51%
G=28.99%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812915800.1800.383001356.27
Hex9E819E01202612cd38
Octal2362012360220464541570
Binary10011110100000011001111001001001001101001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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