#9964AA

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

Shades of Ce Soir #9964AA

Tints of Ce Soir #9964AA

Color information

#9964AA (or 0x9964AA) is unknown color: approx Ce Soir. HEX triplet: 99, 64 and AA. RGB value is (153,100,170). Sum of RGB (Red+Green+Blue) = 153+100+170=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9964AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9964AA is #669B55. Grayscale: #7B7B7B. Windows color (decimal): -6724438 or 11166873. OLE color: 11166873.

HSL color Cylindrical-coordinate representation of color #9964AA: hue angle of 285.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9964AA is Cyan = 0.1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153100170-
CMYK0.10.4100.33
HSL285.43º29.17%52.94%-
HSV(B)285.43º41.18%66.67%-
XYZ24.9518.7940.34-
YUV123.83154.06148.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=36.17%
G=23.64%
B=40.19%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531001700.10.4100.33285.4329.1752.94
Hex9964AAA2902111d1d35
Octal23114425212510414353565
Binary100110011100100101010101010101001010000110001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,100,170); }

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

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

 a { background-color: rgb(153,100,170); }

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

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

 span { border-color: rgb(153,100,170); }

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