#9F7CAC

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

Shades of Ce Soir #9F7CAC

Tints of Ce Soir #9F7CAC

Color information

#9F7CAC (or 0x9F7CAC) is unknown color: approx Ce Soir. HEX triplet: 9F, 7C and AC. RGB value is (159,124,172). Sum of RGB (Red+Green+Blue) = 159+124+172=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7CAC is #608353. Grayscale: #8B8B8B. Windows color (decimal): -6325076 or 11304095. OLE color: 11304095.

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

Color convert

RGB159124172-
CMYK0.080.2800.33
HSL283.75º22.43%58.04%-
HSV(B)283.75º27.91%67.45%-
XYZ28.9524.7642.28-
YUV139.94146.1141.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=34.95%
G=27.25%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591241720.080.2800.33283.7522.4358.04
Hex9F7CAC81C02111c163a
Octal23717425410340414342672
Binary10011111111110010101100100011100010000110001110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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