#9579AA

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

Shades of Ce Soir #9579AA

Tints of Ce Soir #9579AA

Color information

#9579AA (or 0x9579AA) is unknown color: approx Ce Soir. HEX triplet: 95, 79 and AA. RGB value is (149,121,170). Sum of RGB (Red+Green+Blue) = 149+121+170=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #9579AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9579AA is #6A8655. Grayscale: #868686. Windows color (decimal): -6981206 or 11172245. OLE color: 11172245.

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

Color convert

RGB149121170-
CMYK0.120.2900.33
HSL274.29º22.37%57.06%-
HSV(B)274.29º28.82%66.67%-
XYZ26.4922.9741.07-
YUV134.96147.78138.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=33.86%
G=27.5%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491211700.120.2900.33274.2922.3757.06
Hex9579AAC1D0211121639
Octal22517125214350414222671
Binary10010101111100110101010110011101010000110001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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