#9569A3

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

Shades of Ce Soir #9569A3

Tints of Ce Soir #9569A3

Color information

#9569A3 (or 0x9569A3) is unknown color: approx Ce Soir. HEX triplet: 95, 69 and A3. RGB value is (149,105,163). Sum of RGB (Red+Green+Blue) = 149+105+163=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 163 - color contains mainly: blue. Hex color #9569A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9569A3 is #6A965C. Grayscale: #7C7C7C. Windows color (decimal): -6985309 or 10709397. OLE color: 10709397.

HSL color Cylindrical-coordinate representation of color #9569A3: hue angle of 285.52º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9569A3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149105163-
CMYK0.090.3600.36
HSL285.52º23.97%52.55%-
HSV(B)285.52º35.58%63.92%-
XYZ24.0619.1437.08-
YUV124.77149.58145.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=35.73%
G=25.18%
B=39.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491051630.090.3600.36285.5223.9752.55
Hex9569A392402411e1835
Octal22515124311440444363065
Binary100101011101001101000111001100100010010010001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9569A3; }

 p { color: rgb(149,105,163); }

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

<style>
 a { background-color: #9569A3; }

 a { background-color: rgb(149,105,163); }

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

<style>
 span { border-color: #9569A3; }

 span { border-color: rgb(149,105,163); }

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