#8C5FA4

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

Shades of Ce Soir #8C5FA4

Tints of Ce Soir #8C5FA4

Color information

#8C5FA4 (or 0x8C5FA4) is unknown color: approx Ce Soir. HEX triplet: 8C, 5F and A4. RGB value is (140,95,164). Sum of RGB (Red+Green+Blue) = 140+95+164=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C5FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5FA4 is #73A05B. Grayscale: #747474. Windows color (decimal): -7577692 or 10772364. OLE color: 10772364.

HSL color Cylindrical-coordinate representation of color #8C5FA4: hue angle of 279.13º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5FA4 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14095164-
CMYK0.150.4200.36
HSL279.13º27.49%50.78%-
HSV(B)279.13º42.07%64.31%-
XYZ21.6116.4437.16-
YUV116.32154.91144.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=35.09%
G=23.81%
B=41.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140951640.150.4200.36279.1327.4950.78
Hex8C5FA4F2A0241171b33
Octal21413724417520444273363
Binary100011001011111101001001111101010010010010001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,95,164); }

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

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

 a { background-color: rgb(140,95,164); }

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

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

 span { border-color: rgb(140,95,164); }

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