#9961AA

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

Shades of Ce Soir #9961AA

Tints of Ce Soir #9961AA

Color information

#9961AA (or 0x9961AA) is unknown color: approx Ce Soir. HEX triplet: 99, 61 and AA. RGB value is (153,97,170). Sum of RGB (Red+Green+Blue) = 153+97+170=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9961AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961AA is #669E55. Grayscale: #797979. Windows color (decimal): -6725206 or 11166105. OLE color: 11166105.

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

Color convert

RGB15397170-
CMYK0.10.4300.33
HSL286.03º30.04%52.35%-
HSV(B)286.03º42.94%66.67%-
XYZ24.6718.2240.25-
YUV122.07155.05150.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=36.43%
G=23.10%
B=40.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153971700.10.4300.33286.0330.0452.35
Hex9961AAA2B02111e1e34
Octal23114125212530414363664
Binary100110011100001101010101010101011010000110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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