#9660A6

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

Shades of Ce Soir #9660A6

Tints of Ce Soir #9660A6

Color information

#9660A6 (or 0x9660A6) is unknown color: approx Ce Soir. HEX triplet: 96, 60 and A6. RGB value is (150,96,166). Sum of RGB (Red+Green+Blue) = 150+96+166=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 166 - color contains mainly: blue. Hex color #9660A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9660A6 is #699F59. Grayscale: #777777. Windows color (decimal): -6922074 or 10903702. OLE color: 10903702.

HSL color Cylindrical-coordinate representation of color #9660A6: hue angle of 286.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9660A6 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15096166-
CMYK0.100.4200.35
HSL286.29º28.23%51.37%-
HSV(B)286.29º42.17%65.1%-
XYZ23.6417.638.23-
YUV120.13153.89149.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 166 (65.23% from 255) = 40.29%
R=36.41%
G=23.30%
B=40.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150961660.100.4200.35286.2928.2351.37
Hex9660A6A2A02311e1c33
Octal22614024612520434363463
Binary100101101100000101001101010101010010001110001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9660A6; }

 p { color: rgb(150,96,166); }

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

<style>
 a { background-color: #9660A6; }

 a { background-color: rgb(150,96,166); }

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

<style>
 span { border-color: #9660A6; }

 span { border-color: rgb(150,96,166); }

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