#9570A1

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

Shades of Ce Soir #9570A1

Tints of Ce Soir #9570A1

Color information

#9570A1 (or 0x9570A1) is unknown color: approx Ce Soir. HEX triplet: 95, 70 and A1. RGB value is (149,112,161). Sum of RGB (Red+Green+Blue) = 149+112+161=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 161 - color contains mainly: blue. Hex color #9570A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570A1 is #6A8F5E. Grayscale: #808080. Windows color (decimal): -6983519 or 10580117. OLE color: 10580117.

HSL color Cylindrical-coordinate representation of color #9570A1: hue angle of 285.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9570A1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB149112161-
CMYK0.070.3000.37
HSL285.31º20.68%53.53%-
HSV(B)285.31º30.43%63.14%-
XYZ24.6220.5536.39-
YUV128.65146.26142.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 161 (63.28% from 255) = 38.15%
R=35.31%
G=26.54%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491121610.070.3000.37285.3120.6853.53
Hex9570A171E02511d1536
Octal2251602417360454352566
Binary1001010111100001010000111111110010010110001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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