#9572AE

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

Shades of Ce Soir #9572AE

Tints of Ce Soir #9572AE

Color information

#9572AE (or 0x9572AE) is unknown color: approx Ce Soir. HEX triplet: 95, 72 and AE. RGB value is (149,114,174). Sum of RGB (Red+Green+Blue) = 149+114+174=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #9572AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9572AE is #6A8D51. Grayscale: #838383. Windows color (decimal): -6982994 or 11432597. OLE color: 11432597.

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

Color convert

RGB149114174-
CMYK0.140.3400.32
HSL275º27.03%56.47%-
HSV(B)275º34.48%68.24%-
XYZ26.0521.4842.82-
YUV131.3152.1140.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=34.10%
G=26.09%
B=39.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491141740.140.3400.3227527.0356.47
Hex9572AEE220201131b38
Octal22516225616420404233370
Binary100101011110010101011101110100010010000010001001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9572AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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