#9662AC

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

Shades of Ce Soir #9662AC

Tints of Ce Soir #9662AC

Color information

#9662AC (or 0x9662AC) is unknown color: approx Ce Soir. HEX triplet: 96, 62 and AC. RGB value is (150,98,172). Sum of RGB (Red+Green+Blue) = 150+98+172=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9662AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AC is #699D53. Grayscale: #797979. Windows color (decimal): -6921556 or 11297430. OLE color: 11297430.

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

Color convert

RGB15098172-
CMYK0.130.4300.33
HSL282.16º30.83%52.94%-
HSV(B)282.16º43.02%67.45%-
XYZ24.3918.241.26-
YUV121.98156.23147.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=35.71%
G=23.33%
B=40.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150981720.130.4300.33282.1630.8352.94
Hex9662ACD2B02111a1f35
Octal22614225415530414323765
Binary100101101100010101011001101101011010000110001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9662AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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