#9F79AA

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

Shades of Ce Soir #9F79AA

Tints of Ce Soir #9F79AA

Color information

#9F79AA (or 0x9F79AA) is unknown color: approx Ce Soir. HEX triplet: 9F, 79 and AA. RGB value is (159,121,170). Sum of RGB (Red+Green+Blue) = 159+121+170=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F79AA is #608655. Grayscale: #898989. Windows color (decimal): -6325846 or 11172255. OLE color: 11172255.

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

Color convert

RGB159121170-
CMYK0.060.2900.33
HSL286.53º22.37%57.06%-
HSV(B)286.53º28.82%66.67%-
XYZ28.3923.9541.16-
YUV137.95146.09143.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=35.33%
G=26.89%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591211700.060.2900.33286.5322.3757.06
Hex9F79AA61D02111f1639
Octal2371712526350414372671
Binary1001111111110011010101011011101010000110001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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