#9F7CAA

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

Shades of Ce Soir #9F7CAA

Tints of Ce Soir #9F7CAA

Color information

#9F7CAA (or 0x9F7CAA) is unknown color: approx Ce Soir. HEX triplet: 9F, 7C and AA. RGB value is (159,124,170). Sum of RGB (Red+Green+Blue) = 159+124+170=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7CAA is #608355. Grayscale: #8B8B8B. Windows color (decimal): -6325078 or 11173023. OLE color: 11173023.

HSL color Cylindrical-coordinate representation of color #9F7CAA: hue angle of 285.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7CAA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159124170-
CMYK0.060.2700.33
HSL285.65º21.3%57.65%-
HSV(B)285.65º27.06%66.67%-
XYZ28.7624.6941.28-
YUV139.71145.1141.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=35.10%
G=27.37%
B=37.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591241700.060.2700.33285.6521.357.65
Hex9F7CAA61B02111e153a
Octal2371742526330414362572
Binary1001111111111001010101011011011010000110001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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