Html Css Color HEX #8E759A Ce Soir

📋 copy color: '#8E759A'

red 142 ◦ green 117 ◦ blue 154

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

Shades of Ce Soir #8E759A

Tints of Ce Soir #8E759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 34.38%
G = 28.33%
B = 37.29%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E759A (or 0x8E759A) is known color: Ce Soir. HEX triplet: 8E, 75 and 9A. RGB value is (142,117,154). Sum of RGB (Red+Green+Blue) = 142+117+154=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E759A is #718A65. Grayscale: #808080. Windows color (decimal): -7440998 or 10122638. OLE color: 10122638.

HSL color Cylindrical-coordinate representation of color #8E759A: hue angle of 280.54º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E759A is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 117 154 -
CMYK 0.08 0.24 0 0.40
HSL 280.54º 0.15% 0.53% -
HSV(B) 280.54º 0.24% 0.6% -
XYZ 23.35 20.81 33.36 -
YUV 128.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 142 117 154 0.08 0.24 0 0.40 280.54 0.15 0.53
Hex 8E 75 9A 8 18 0 28 119 F 35
Octal 216 165 232 10 30 0 50 431 17 65
Binary 10001110 1110101 10011010 1000 11000 0 101000 100011001 1111 110101

Color Harmonies of #8E759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E759A

Black with #8E759A

Text Example


Text Example

White with #8E759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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