Html Css Color HEX #9E819E London Hue

📋 copy color: '#9E819E'

red 158 ◦ green 129 ◦ blue 158

#9E819E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #9E819E

Tints of London Hue #9E819E

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 value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E819E (or 0x9E819E) is known color: 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

RGB 158 129 158 -
CMYK 0 0.18 0 0.38
HSL 300º 0.13% 0.56% -
HSV(B) 300º 0.18% 0.62% -
XYZ 28.12 25.44 35.78 -
YUV 140.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 158 129 158 0 0.18 0 0.38 300 0.13 0.56
Hex 9E 81 9E 0 12 0 26 12C D 38
Octal 236 201 236 0 22 0 46 454 15 70
Binary 10011110 10000001 10011110 0 10010 0 100110 100101100 1101 111000

Color Harmonies of #9E819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E819E

Black with #9E819E

Text Example


Text Example

White with #9E819E

Text Example


Text Example

HTML Codes & Css Web 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>