Html Css Color HEX #8E699E Ce Soir

📋 copy color: '#8E699E'

red 142 ◦ green 105 ◦ blue 158

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

Shades of Ce Soir #8E699E

Tints of Ce Soir #8E699E

RGB

 RED value IS 142 (55.86% from 255) = 35.06%

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 35.06%
G = 25.93%
B = 39.01%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E699E (or 0x8E699E) is known color: Ce Soir. HEX triplet: 8E, 69 and 9E. RGB value is (142,105,158). Sum of RGB (Red+Green+Blue) = 142+105+158=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E699E is #719661. Grayscale: #797979. Windows color (decimal): -7444066 or 10381710. OLE color: 10381710.

HSL color Cylindrical-coordinate representation of color #8E699E: hue angle of 281.89º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E699E is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 105 158 -
CMYK 0.10 0.34 0 0.38
HSL 281.89º 0.21% 0.52% -
HSV(B) 281.89º 0.34% 0.62% -
XYZ 22.38 18.32 34.7 -
YUV 122.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 142 105 158 0.10 0.34 0 0.38 281.89 0.21 0.52
Hex 8E 69 9E A 22 0 26 11A 15 34
Octal 216 151 236 12 42 0 46 432 25 64
Binary 10001110 1101001 10011110 1010 100010 0 100110 100011010 10101 110100

Color Harmonies of #8E699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E699E

Black with #8E699E

Text Example


Text Example

White with #8E699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E699E; }

 p { color: rgb(142,105,158); }

 H1.HeaderClassName
 {
   color: #8E699E;
 }
 .AnyTagClassName
 {
   color: #8E699E;
 }
</style>

background-color css

<style>
 a { background-color: #8E699E; }

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

 div.DivClassName
 {
   background-color: #8E699E;
 }
 .BgClassName
 {
   background-color: #8E699E;
 }
</style>

border-color css

<style>
 span { border-color: #8E699E; }

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

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