Html Css Color HEX #8E699F Ce Soir

📋 copy color: '#8E699F'

red 142 ◦ green 105 ◦ blue 159

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

Shades of Ce Soir #8E699F

Tints of Ce Soir #8E699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 34.98%
G = 25.86%
B = 39.16%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E699F (or 0x8E699F) is known color: Ce Soir. HEX triplet: 8E, 69 and 9F. RGB value is (142,105,159). Sum of RGB (Red+Green+Blue) = 142+105+159=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E699F is #719660. Grayscale: #7A7A7A. Windows color (decimal): -7444065 or 10447246. OLE color: 10447246.

HSL color Cylindrical-coordinate representation of color #8E699F: hue angle of 281.11º degrees, saturation: 0.22, 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 #8E699F is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 105 159 -
CMYK 0.11 0.34 0 0.38
HSL 281.11º 0.22% 0.52% -
HSV(B) 281.11º 0.34% 0.62% -
XYZ 22.46 18.36 35.16 -
YUV 122.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 142 105 159 0.11 0.34 0 0.38 281.11 0.22 0.52
Hex 8E 69 9F B 22 0 26 119 16 34
Octal 216 151 237 13 42 0 46 431 26 64
Binary 10001110 1101001 10011111 1011 100010 0 100110 100011001 10110 110100

Color Harmonies of #8E699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E699F

Black with #8E699F

Text Example


Text Example

White with #8E699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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