#9663AC

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

Shades of Ce Soir #9663AC

Tints of Ce Soir #9663AC

Color information

#9663AC (or 0x9663AC) is unknown color: approx Ce Soir. HEX triplet: 96, 63 and AC. RGB value is (150,99,172). Sum of RGB (Red+Green+Blue) = 150+99+172=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9663AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663AC is #699C53. Grayscale: #7A7A7A. Windows color (decimal): -6921300 or 11297686. OLE color: 11297686.

HSL color Cylindrical-coordinate representation of color #9663AC: hue angle of 281.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9663AC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15099172-
CMYK0.130.4200.33
HSL281.92º30.54%53.14%-
HSV(B)281.92º42.44%67.45%-
XYZ24.4918.3941.29-
YUV122.57155.9147.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=35.63%
G=23.52%
B=40.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150991720.130.4200.33281.9230.5453.14
Hex9663ACD2A02111a1f35
Octal22614325415520414323765
Binary100101101100011101011001101101010010000110001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9663AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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