Html Css Color HEX #8E749B Ce Soir

📋 copy color: '#8E749B'

red 142 ◦ green 116 ◦ blue 155

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

Shades of Ce Soir #8E749B

Tints of Ce Soir #8E749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

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

R = 34.38%
G = 28.09%
B = 37.53%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E749B (or 0x8E749B) is known color: Ce Soir. HEX triplet: 8E, 74 and 9B. RGB value is (142,116,155). Sum of RGB (Red+Green+Blue) = 142+116+155=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E749B is #718B64. Grayscale: #808080. Windows color (decimal): -7441253 or 10187918. OLE color: 10187918.

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

Color convert

RGB 142 116 155 -
CMYK 0.08 0.25 0 0.39
HSL 280º 0.16% 0.53% -
HSV(B) 280º 0.25% 0.61% -
XYZ 23.32 20.61 33.76 -
YUV 128.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 142 116 155 0.08 0.25 0 0.39 280 0.16 0.53
Hex 8E 74 9B 8 19 0 27 118 10 35
Octal 216 164 233 10 31 0 47 430 20 65
Binary 10001110 1110100 10011011 1000 11001 0 100111 100011000 10000 110101

Color Harmonies of #8E749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E749B

Black with #8E749B

Text Example


Text Example

White with #8E749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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