#9561AB

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

Shades of Ce Soir #9561AB

Tints of Ce Soir #9561AB

Color information

#9561AB (or 0x9561AB) is unknown color: approx Ce Soir. HEX triplet: 95, 61 and AB. RGB value is (149,97,171). Sum of RGB (Red+Green+Blue) = 149+97+171=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9561AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9561AB is #6A9E54. Grayscale: #787878. Windows color (decimal): -6987349 or 11231637. OLE color: 11231637.

HSL color Cylindrical-coordinate representation of color #9561AB: hue angle of 282.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9561AB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14997171-
CMYK0.130.4300.33
HSL282.16º30.58%52.55%-
HSV(B)282.16º43.27%67.06%-
XYZ24.0217.8840.71-
YUV120.98156.23147.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=35.73%
G=23.26%
B=41.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149971710.130.4300.33282.1630.5852.55
Hex9561ABD2B02111a1f35
Octal22514125315530414323765
Binary100101011100001101010111101101011010000110001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9561AB; }

 p { color: rgb(149,97,171); }

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

<style>
 a { background-color: #9561AB; }

 a { background-color: rgb(149,97,171); }

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

<style>
 span { border-color: #9561AB; }

 span { border-color: rgb(149,97,171); }

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