#9669AA

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

Shades of Ce Soir #9669AA

Tints of Ce Soir #9669AA

Color information

#9669AA (or 0x9669AA) is unknown color: approx Ce Soir. HEX triplet: 96, 69 and AA. RGB value is (150,105,170). Sum of RGB (Red+Green+Blue) = 150+105+170=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9669AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669AA is #699655. Grayscale: #7D7D7D. Windows color (decimal): -6919766 or 11168150. OLE color: 11168150.

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

Color convert

RGB150105170-
CMYK0.120.3800.33
HSL281.54º27.66%53.92%-
HSV(B)281.54º38.24%66.67%-
XYZ24.8819.4940.48-
YUV125.86152.91145.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 170 (66.80% from 255) = 40%
R=35.29%
G=24.71%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501051700.120.3800.33281.5427.6653.92
Hex9669AAC2602111a1c36
Octal22615125214460414323466
Binary100101101101001101010101100100110010000110001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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