#9C79AA

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

Shades of Ce Soir #9C79AA

Tints of Ce Soir #9C79AA

Color information

#9C79AA (or 0x9C79AA) is unknown color: approx Ce Soir. HEX triplet: 9C, 79 and AA. RGB value is (156,121,170). Sum of RGB (Red+Green+Blue) = 156+121+170=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C79AA is #638655. Grayscale: #888888. Windows color (decimal): -6522454 or 11172252. OLE color: 11172252.

HSL color Cylindrical-coordinate representation of color #9C79AA: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C79AA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156121170-
CMYK0.080.2900.33
HSL282.86º22.37%57.06%-
HSV(B)282.86º28.82%66.67%-
XYZ27.823.6441.13-
YUV137.05146.6141.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=34.90%
G=27.07%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561211700.080.2900.33282.8622.3757.06
Hex9C79AA81D02111b1639
Octal23417125210350414332671
Binary10011100111100110101010100011101010000110001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C79AA; }

 p { color: rgb(156,121,170); }

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

<style>
 a { background-color: #9C79AA; }

 a { background-color: rgb(156,121,170); }

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

<style>
 span { border-color: #9C79AA; }

 span { border-color: rgb(156,121,170); }

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