Html Css Color HEX #8E76AA Ce Soir

📋 copy color: '#8E76AA'

red 142 ◦ green 118 ◦ blue 170

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

Shades of Ce Soir #8E76AA

Tints of Ce Soir #8E76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 33.02%
G = 27.44%
B = 39.53%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E76AA (or 0x8E76AA) is known color: Ce Soir. HEX triplet: 8E, 76 and AA. RGB value is (142,118,170). Sum of RGB (Red+Green+Blue) = 142+118+170=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E76AA is #718955. Grayscale: #828282. Windows color (decimal): -7440726 or 11171470. OLE color: 11171470.

HSL color Cylindrical-coordinate representation of color #8E76AA: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E76AA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 118 170 -
CMYK 0.16 0.31 0 0.33
HSL 267.69º 0.23% 0.56% -
HSV(B) 267.69º 0.31% 0.67% -
XYZ 24.89 21.61 40.89 -
YUV 131.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 142 118 170 0.16 0.31 0 0.33 267.69 0.23 0.56
Hex 8E 76 AA 10 1F 0 21 10C 17 38
Octal 216 166 252 20 37 0 41 414 27 70
Binary 10001110 1110110 10101010 10000 11111 0 100001 100001100 10111 111000

Color Harmonies of #8E76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E76AA

Black with #8E76AA

Text Example


Text Example

White with #8E76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,170); }

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

background-color css

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

 a { background-color: rgb(142,118,170); }

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

border-color css

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

 span { border-color: rgb(142,118,170); }

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