Html Css Color HEX #8E6FAA Ce Soir

📋 copy color: '#8E6FAA'

red 142 ◦ green 111 ◦ blue 170

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

Shades of Ce Soir #8E6FAA

Tints of Ce Soir #8E6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 33.57%
G = 26.24%
B = 40.19%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E6FAA (or 0x8E6FAA) is known color: Ce Soir. HEX triplet: 8E, 6F and AA. RGB value is (142,111,170). Sum of RGB (Red+Green+Blue) = 142+111+170=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E6FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6FAA is #719055. Grayscale: #7E7E7E. Windows color (decimal): -7442518 or 11169678. OLE color: 11169678.

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

Color convert

RGB 142 111 170 -
CMYK 0.16 0.35 0 0.33
HSL 271.53º 0.26% 0.55% -
HSV(B) 271.53º 0.35% 0.67% -
XYZ 24.1 20.02 40.62 -
YUV 127 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 142 111 170 0.16 0.35 0 0.33 271.53 0.26 0.55
Hex 8E 6F AA 10 23 0 21 110 1A 37
Octal 216 157 252 20 43 0 41 420 32 67
Binary 10001110 1101111 10101010 10000 100011 0 100001 100010000 11010 110111

Color Harmonies of #8E6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6FAA

Black with #8E6FAA

Text Example


Text Example

White with #8E6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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