#9669AC

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

Shades of Ce Soir #9669AC

Tints of Ce Soir #9669AC

Color information

#9669AC (or 0x9669AC) is unknown color: approx Ce Soir. HEX triplet: 96, 69 and AC. RGB value is (150,105,172). Sum of RGB (Red+Green+Blue) = 150+105+172=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #9669AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669AC is #699653. Grayscale: #7D7D7D. Windows color (decimal): -6919764 or 11299222. OLE color: 11299222.

HSL color Cylindrical-coordinate representation of color #9669AC: hue angle of 280.3º degrees, saturation: 0.29, 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 #9669AC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150105172-
CMYK0.130.3900.33
HSL280.3º28.76%54.31%-
HSV(B)280.3º38.95%67.45%-
XYZ25.0819.5741.48-
YUV126.09153.91145.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=35.13%
G=24.59%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501051720.130.3900.33280.328.7654.31
Hex9669ACD270211181d36
Octal22615125415470414303566
Binary100101101101001101011001101100111010000110001100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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