#9570AE

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

Shades of Ce Soir #9570AE

Tints of Ce Soir #9570AE

Color information

#9570AE (or 0x9570AE) is unknown color: approx Ce Soir. HEX triplet: 95, 70 and AE. RGB value is (149,112,174). Sum of RGB (Red+Green+Blue) = 149+112+174=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #9570AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570AE is #6A8F51. Grayscale: #818181. Windows color (decimal): -6983506 or 11432085. OLE color: 11432085.

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

Color convert

RGB149112174-
CMYK0.140.3600.32
HSL275.81º27.68%56.08%-
HSV(B)275.81º35.63%68.24%-
XYZ25.8321.0342.74-
YUV130.13152.76141.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 174 (68.36% from 255) = 40%
R=34.25%
G=25.75%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491121740.140.3600.32275.8127.6856.08
Hex9570AEE240201141c38
Octal22516025616440404243470
Binary100101011110000101011101110100100010000010001010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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