Html Css Color HEX #8E699B Ce Soir

📋 copy color: '#8E699B'

red 142 ◦ green 105 ◦ blue 155

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

Shades of Ce Soir #8E699B

Tints of Ce Soir #8E699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 35.32%
G = 26.12%
B = 38.56%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E699B (or 0x8E699B) is known color: Ce Soir. HEX triplet: 8E, 69 and 9B. RGB value is (142,105,155). Sum of RGB (Red+Green+Blue) = 142+105+155=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E699B is #719664. Grayscale: #797979. Windows color (decimal): -7444069 or 10185102. OLE color: 10185102.

HSL color Cylindrical-coordinate representation of color #8E699B: hue angle of 284.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E699B is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 105 155 -
CMYK 0.08 0.32 0 0.39
HSL 284.4º 0.2% 0.51% -
HSV(B) 284.4º 0.32% 0.61% -
XYZ 22.12 18.22 33.36 -
YUV 121.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 142 105 155 0.08 0.32 0 0.39 284.4 0.2 0.51
Hex 8E 69 9B 8 20 0 27 11C 14 33
Octal 216 151 233 10 40 0 47 434 24 63
Binary 10001110 1101001 10011011 1000 100000 0 100111 100011100 10100 110011

Color Harmonies of #8E699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E699B

Black with #8E699B

Text Example


Text Example

White with #8E699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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