Html Css Color HEX #8E759D Ce Soir

📋 copy color: '#8E759D'

red 142 ◦ green 117 ◦ blue 157

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

Shades of Ce Soir #8E759D

Tints of Ce Soir #8E759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 34.13%
G = 28.13%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E759D (or 0x8E759D) is known color: Ce Soir. HEX triplet: 8E, 75 and 9D. RGB value is (142,117,157). Sum of RGB (Red+Green+Blue) = 142+117+157=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E759D is #718A62. Grayscale: #808080. Windows color (decimal): -7440995 or 10319246. OLE color: 10319246.

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

Color convert

RGB 142 117 157 -
CMYK 0.10 0.25 0 0.38
HSL 277.5º 0.17% 0.54% -
HSV(B) 277.5º 0.25% 0.62% -
XYZ 23.6 20.91 34.69 -
YUV 129.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 142 117 157 0.10 0.25 0 0.38 277.5 0.17 0.54
Hex 8E 75 9D A 19 0 26 116 11 36
Octal 216 165 235 12 31 0 46 426 21 66
Binary 10001110 1110101 10011101 1010 11001 0 100110 100010110 10001 110110

Color Harmonies of #8E759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E759D

Black with #8E759D

Text Example


Text Example

White with #8E759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,157); }

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

background-color css

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

 a { background-color: rgb(142,117,157); }

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

border-color css

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

 span { border-color: rgb(142,117,157); }

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