#9963AA

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

Shades of Ce Soir #9963AA

Tints of Ce Soir #9963AA

Color information

#9963AA (or 0x9963AA) is unknown color: approx Ce Soir. HEX triplet: 99, 63 and AA. RGB value is (153,99,170). Sum of RGB (Red+Green+Blue) = 153+99+170=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9963AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9963AA is #669C55. Grayscale: #7B7B7B. Windows color (decimal): -6724694 or 11166617. OLE color: 11166617.

HSL color Cylindrical-coordinate representation of color #9963AA: hue angle of 285.63º degrees, saturation: 0.29, 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 #9963AA is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15399170-
CMYK0.10.4200.33
HSL285.63º29.46%52.75%-
HSV(B)285.63º41.76%66.67%-
XYZ24.8518.640.31-
YUV123.24154.39149.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=36.26%
G=23.46%
B=40.28%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153991700.10.4200.33285.6329.4652.75
Hex9963AAA2A02111e1d35
Octal23114325212520414363565
Binary100110011100011101010101010101010010000110001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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