Html Css Color HEX #8E5EAA Ce Soir

📋 copy color: '#8E5EAA'

red 142 ◦ green 94 ◦ blue 170

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

Shades of Ce Soir #8E5EAA

Tints of Ce Soir #8E5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 34.98%
G = 23.15%
B = 41.87%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E5EAA (or 0x8E5EAA) is known color: Ce Soir. HEX triplet: 8E, 5E and AA. RGB value is (142,94,170). Sum of RGB (Red+Green+Blue) = 142+94+170=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5EAA is #71A155. Grayscale: #747474. Windows color (decimal): -7446870 or 11165326. OLE color: 11165326.

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

Color convert

RGB 142 94 170 -
CMYK 0.16 0.45 0 0.33
HSL 277.89º 0.31% 0.52% -
HSV(B) 277.89º 0.45% 0.67% -
XYZ 22.41 16.66 40.06 -
YUV 117.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 142 94 170 0.16 0.45 0 0.33 277.89 0.31 0.52
Hex 8E 5E AA 10 2D 0 21 116 1F 34
Octal 216 136 252 20 55 0 41 426 37 64
Binary 10001110 1011110 10101010 10000 101101 0 100001 100010110 11111 110100

Color Harmonies of #8E5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EAA

Black with #8E5EAA

Text Example


Text Example

White with #8E5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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