Html Css Color HEX #8E7A9E Ce Soir

📋 copy color: '#8E7A9E'

red 142 ◦ green 122 ◦ blue 158

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

Shades of Ce Soir #8E7A9E

Tints of Ce Soir #8E7A9E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 33.65%
G = 28.91%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E7A9E (or 0x8E7A9E) is known color: Ce Soir. HEX triplet: 8E, 7A and 9E. RGB value is (142,122,158). Sum of RGB (Red+Green+Blue) = 142+122+158=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E7A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7A9E is #718561. Grayscale: #838383. Windows color (decimal): -7439714 or 10386062. OLE color: 10386062.

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

Color convert

RGB 142 122 158 -
CMYK 0.10 0.23 0 0.38
HSL 273.33º 0.16% 0.55% -
HSV(B) 273.33º 0.23% 0.62% -
XYZ 24.29 22.14 35.34 -
YUV 132.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 142 122 158 0.10 0.23 0 0.38 273.33 0.16 0.55
Hex 8E 7A 9E A 17 0 26 111 10 37
Octal 216 172 236 12 27 0 46 421 20 67
Binary 10001110 1111010 10011110 1010 10111 0 100110 100010001 10000 110111

Color Harmonies of #8E7A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7A9E

Black with #8E7A9E

Text Example


Text Example

White with #8E7A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,122,158); }

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

background-color css

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

 a { background-color: rgb(142,122,158); }

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

border-color css

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

 span { border-color: rgb(142,122,158); }

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