#8964AC

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

Shades of Ce Soir #8964AC

Tints of Ce Soir #8964AC

Color information

#8964AC (or 0x8964AC) is unknown color: approx Ce Soir. HEX triplet: 89, 64 and AC. RGB value is (137,100,172). Sum of RGB (Red+Green+Blue) = 137+100+172=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8964AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8964AC is #769B53. Grayscale: #777777. Windows color (decimal): -7773012 or 11297929. OLE color: 11297929.

HSL color Cylindrical-coordinate representation of color #8964AC: hue angle of 270.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8964AC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137100172-
CMYK0.200.4200.33
HSL270.83º30.25%53.33%-
HSV(B)270.83º41.86%67.45%-
XYZ22.3217.4141.21-
YUV119.27157.76140.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=33.50%
G=24.45%
B=42.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371001720.200.4200.33270.8330.2553.33
Hex8964AC142A02110f1e35
Octal21114425424520414173665
Binary1000100111001001010110010100101010010000110000111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8964AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8964AC; }

 p { color: rgb(137,100,172); }

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

<style>
 a { background-color: #8964AC; }

 a { background-color: rgb(137,100,172); }

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

<style>
 span { border-color: #8964AC; }

 span { border-color: rgb(137,100,172); }

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