#9669AB

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

Shades of Ce Soir #9669AB

Tints of Ce Soir #9669AB

Color information

#9669AB (or 0x9669AB) is unknown color: approx Ce Soir. HEX triplet: 96, 69 and AB. RGB value is (150,105,171). Sum of RGB (Red+Green+Blue) = 150+105+171=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9669AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669AB is #699654. Grayscale: #7D7D7D. Windows color (decimal): -6919765 or 11233686. OLE color: 11233686.

HSL color Cylindrical-coordinate representation of color #9669AB: hue angle of 280.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9669AB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150105171-
CMYK0.120.3900.33
HSL280.91º28.21%54.12%-
HSV(B)280.91º38.6%67.06%-
XYZ24.9819.5340.98-
YUV125.98153.41145.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=35.21%
G=24.65%
B=40.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501051710.120.3900.33280.9128.2154.12
Hex9669ABC270211191c36
Octal22615125314470414313466
Binary100101101101001101010111100100111010000110001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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