Html Css Color HEX #8E6EA4 Ce Soir

📋 copy color: '#8E6EA4'

red 142 ◦ green 110 ◦ blue 164

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

Shades of Ce Soir #8E6EA4

Tints of Ce Soir #8E6EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.44%

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 34.13%
G = 26.44%
B = 39.42%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8E6EA4 (or 0x8E6EA4) is known color: Ce Soir. HEX triplet: 8E, 6E and A4. RGB value is (142,110,164). Sum of RGB (Red+Green+Blue) = 142+110+164=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E6EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6EA4 is #71915B. Grayscale: #7D7D7D. Windows color (decimal): -7442780 or 10776206. OLE color: 10776206.

HSL color Cylindrical-coordinate representation of color #8E6EA4: hue angle of 275.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E6EA4 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 110 164 -
CMYK 0.13 0.33 0 0.36
HSL 275.56º 0.23% 0.54% -
HSV(B) 275.56º 0.33% 0.64% -
XYZ 23.43 19.58 37.67 -
YUV 125.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 142 110 164 0.13 0.33 0 0.36 275.56 0.23 0.54
Hex 8E 6E A4 D 21 0 24 114 17 36
Octal 216 156 244 15 41 0 44 424 27 66
Binary 10001110 1101110 10100100 1101 100001 0 100100 100010100 10111 110110

Color Harmonies of #8E6EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6EA4

Black with #8E6EA4

Text Example


Text Example

White with #8E6EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,110,164); }

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

background-color css

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

 a { background-color: rgb(142,110,164); }

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

border-color css

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

 span { border-color: rgb(142,110,164); }

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