Html Css Color HEX #8C5EAE Ce Soir

📋 copy color: '#8C5EAE'

red 140 ◦ green 94 ◦ blue 174

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

Shades of Ce Soir #8C5EAE

Tints of Ce Soir #8C5EAE

RGB

 RED value IS 140 (55.08% from 255) = 34.31%

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 34.31%
G = 23.04%
B = 42.65%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C5EAE (or 0x8C5EAE) is known color: Ce Soir. HEX triplet: 8C, 5E and AE. RGB value is (140,94,174). Sum of RGB (Red+Green+Blue) = 140+94+174=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5EAE is #73A151. Grayscale: #747474. Windows color (decimal): -7577938 or 11427468. OLE color: 11427468.

HSL color Cylindrical-coordinate representation of color #8C5EAE: hue angle of 274.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C5EAE is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 94 174 -
CMYK 0.20 0.46 0 0.32
HSL 274.5º 0.33% 0.53% -
HSV(B) 274.5º 0.46% 0.68% -
XYZ 22.46 16.64 42.07 -
YUV 116.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 140 94 174 0.20 0.46 0 0.32 274.5 0.33 0.53
Hex 8C 5E AE 14 2E 0 20 112 21 35
Octal 214 136 256 24 56 0 40 422 41 65
Binary 10001100 1011110 10101110 10100 101110 0 100000 100010010 100001 110101

Color Harmonies of #8C5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5EAE

Black with #8C5EAE

Text Example


Text Example

White with #8C5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,174); }

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

background-color css

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

 a { background-color: rgb(140,94,174); }

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

border-color css

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

 span { border-color: rgb(140,94,174); }

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