#8C5DAC

Color #8C5DAC Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8C5DAC

Tints of Ce Soir #8C5DAC

Color information

#8C5DAC (or 0x8C5DAC) is unknown color: approx Ce Soir. HEX triplet: 8C, 5D and AC. RGB value is (140,93,172). Sum of RGB (Red+Green+Blue) = 140+93+172=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5DAC is #73A253. Grayscale: #737373. Windows color (decimal): -7578196 or 11296140. OLE color: 11296140.

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

Color convert

RGB14093172-
CMYK0.190.4600.33
HSL275.7º32.24%51.96%-
HSV(B)275.7º45.93%67.45%-
XYZ22.1816.3841.02-
YUV116.06159.57145.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=34.57%
G=22.96%
B=42.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140931720.190.4600.33275.732.2451.96
Hex8C5DAC132E0211142034
Octal21413525423560414244064
Binary10001100101110110101100100111011100100001100010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,93,172); }

 H1.HeaderClassName
 {
   color: #8C5DAC;
 }
 .AnyTagClassName
 {
   color: #8C5DAC;
 }
</style>
background-color css

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

 a { background-color: rgb(140,93,172); }

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

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

 span { border-color: rgb(140,93,172); }

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