#9F7EAC

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

Shades of Ce Soir #9F7EAC

Tints of Ce Soir #9F7EAC

Color information

#9F7EAC (or 0x9F7EAC) is unknown color: approx Ce Soir. HEX triplet: 9F, 7E and AC. RGB value is (159,126,172). Sum of RGB (Red+Green+Blue) = 159+126+172=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7EAC is #608153. Grayscale: #8C8C8C. Windows color (decimal): -6324564 or 11304607. OLE color: 11304607.

HSL color Cylindrical-coordinate representation of color #9F7EAC: hue angle of 283.04º degrees, saturation: 0.22, 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 #9F7EAC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159126172-
CMYK0.080.2700.33
HSL283.04º21.7%58.43%-
HSV(B)283.04º26.74%67.45%-
XYZ29.2125.2742.37-
YUV141.11145.43140.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=34.79%
G=27.57%
B=37.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591261720.080.2700.33283.0421.758.43
Hex9F7EAC81B02111b163a
Octal23717625410330414332672
Binary10011111111111010101100100011011010000110001101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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