#9564AE

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

Shades of Ce Soir #9564AE

Tints of Ce Soir #9564AE

Color information

#9564AE (or 0x9564AE) is unknown color: approx Ce Soir. HEX triplet: 95, 64 and AE. RGB value is (149,100,174). Sum of RGB (Red+Green+Blue) = 149+100+174=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9564AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AE is #6A9B51. Grayscale: #7A7A7A. Windows color (decimal): -6986578 or 11429013. OLE color: 11429013.

HSL color Cylindrical-coordinate representation of color #9564AE: hue angle of 279.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9564AE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149100174-
CMYK0.140.4300.32
HSL279.73º31.36%53.73%-
HSV(B)279.73º42.53%68.24%-
XYZ24.5918.5642.33-
YUV123.09156.73146.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=35.22%
G=23.64%
B=41.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491001740.140.4300.32279.7331.3653.73
Hex9564AEE2B0201181f36
Octal22514425616530404303766
Binary100101011100100101011101110101011010000010001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9564AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9564AE; }

 p { color: rgb(149,100,174); }

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

<style>
 a { background-color: #9564AE; }

 a { background-color: rgb(149,100,174); }

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

<style>
 span { border-color: #9564AE; }

 span { border-color: rgb(149,100,174); }

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