Html Css Color HEX #8E5DAA Ce Soir

📋 copy color: '#8E5DAA'

red 142 ◦ green 93 ◦ blue 170

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

Shades of Ce Soir #8E5DAA

Tints of Ce Soir #8E5DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.96%

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

R = 35.06%
G = 22.96%
B = 41.98%

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

#8E5DAA (or 0x8E5DAA) is known color: Ce Soir. HEX triplet: 8E, 5D and AA. RGB value is (142,93,170). Sum of RGB (Red+Green+Blue) = 142+93+170=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DAA is #71A255. Grayscale: #747474. Windows color (decimal): -7447126 or 11165070. OLE color: 11165070.

HSL color Cylindrical-coordinate representation of color #8E5DAA: hue angle of 278.18º 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 #8E5DAA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 93 170 -
CMYK 0.16 0.45 0 0.33
HSL 278.18º 0.31% 0.52% -
HSV(B) 278.18º 0.45% 0.67% -
XYZ 22.33 16.48 40.03 -
YUV 116.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 142 93 170 0.16 0.45 0 0.33 278.18 0.31 0.52
Hex 8E 5D AA 10 2D 0 21 116 1F 34
Octal 216 135 252 20 55 0 41 426 37 64
Binary 10001110 1011101 10101010 10000 101101 0 100001 100010110 11111 110100

Color Harmonies of #8E5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DAA

Black with #8E5DAA

Text Example


Text Example

White with #8E5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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