Html Css Color HEX #8E6DAA Ce Soir

📋 copy color: '#8E6DAA'

red 142 ◦ green 109 ◦ blue 170

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

Shades of Ce Soir #8E6DAA

Tints of Ce Soir #8E6DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

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

R = 33.73%
G = 25.89%
B = 40.38%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E6DAA (or 0x8E6DAA) is known color: Ce Soir. HEX triplet: 8E, 6D and AA. RGB value is (142,109,170). Sum of RGB (Red+Green+Blue) = 142+109+170=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E6DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6DAA is #719255. Grayscale: #7D7D7D. Windows color (decimal): -7443030 or 11169166. OLE color: 11169166.

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

Color convert

RGB 142 109 170 -
CMYK 0.16 0.36 0 0.33
HSL 272.46º 0.26% 0.55% -
HSV(B) 272.46º 0.36% 0.67% -
XYZ 23.88 19.59 40.55 -
YUV 125.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 142 109 170 0.16 0.36 0 0.33 272.46 0.26 0.55
Hex 8E 6D AA 10 24 0 21 110 1A 37
Octal 216 155 252 20 44 0 41 420 32 67
Binary 10001110 1101101 10101010 10000 100100 0 100001 100010000 11010 110111

Color Harmonies of #8E6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6DAA

Black with #8E6DAA

Text Example


Text Example

White with #8E6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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