#9661AB

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

Shades of Ce Soir #9661AB

Tints of Ce Soir #9661AB

Color information

#9661AB (or 0x9661AB) is unknown color: approx Ce Soir. HEX triplet: 96, 61 and AB. RGB value is (150,97,171). Sum of RGB (Red+Green+Blue) = 150+97+171=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9661AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661AB is #699E54. Grayscale: #797979. Windows color (decimal): -6921813 or 11231638. OLE color: 11231638.

HSL color Cylindrical-coordinate representation of color #9661AB: hue angle of 282.97º 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 #9661AB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15097171-
CMYK0.120.4300.33
HSL282.97º30.58%52.55%-
HSV(B)282.97º43.27%67.06%-
XYZ24.217.9740.72-
YUV121.28156.06148.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=35.89%
G=23.21%
B=40.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150971710.120.4300.33282.9730.5852.55
Hex9661ABC2B02111b1f35
Octal22614125314530414333765
Binary100101101100001101010111100101011010000110001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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