Html Css Color HEX #8E709D Ce Soir

📋 copy color: '#8E709D'

red 142 ◦ green 112 ◦ blue 157

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

Shades of Ce Soir #8E709D

Tints of Ce Soir #8E709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 34.55%
G = 27.25%
B = 38.2%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E709D (or 0x8E709D) is known color: Ce Soir. HEX triplet: 8E, 70 and 9D. RGB value is (142,112,157). Sum of RGB (Red+Green+Blue) = 142+112+157=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E709D is #718F62. Grayscale: #7D7D7D. Windows color (decimal): -7442275 or 10317966. OLE color: 10317966.

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

Color convert

RGB 142 112 157 -
CMYK 0.10 0.29 0 0.38
HSL 280º 0.19% 0.53% -
HSV(B) 280º 0.29% 0.62% -
XYZ 23.04 19.77 34.5 -
YUV 126.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 142 112 157 0.10 0.29 0 0.38 280 0.19 0.53
Hex 8E 70 9D A 1D 0 26 118 13 35
Octal 216 160 235 12 35 0 46 430 23 65
Binary 10001110 1110000 10011101 1010 11101 0 100110 100011000 10011 110101

Color Harmonies of #8E709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E709D

Black with #8E709D

Text Example


Text Example

White with #8E709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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