#9F7DAF

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

Shades of Ce Soir #9F7DAF

Tints of Ce Soir #9F7DAF

Color information

#9F7DAF (or 0x9F7DAF) is unknown color: approx Ce Soir. HEX triplet: 9F, 7D and AF. RGB value is (159,125,175). Sum of RGB (Red+Green+Blue) = 159+125+175=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7DAF is #608250. Grayscale: #8C8C8C. Windows color (decimal): -6324817 or 11500959. OLE color: 11500959.

HSL color Cylindrical-coordinate representation of color #9F7DAF: hue angle of 280.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7DAF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159125175-
CMYK0.090.2900.31
HSL280.8º23.81%58.82%-
HSV(B)280.8º28.57%68.63%-
XYZ29.3725.1343.86-
YUV140.87147.26140.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=34.64%
G=27.23%
B=38.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591251750.090.2900.31280.823.8158.82
Hex9F7DAF91D01F119183b
Octal23717525711350374313073
Binary1001111111111011010111110011110101111110001100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,125,175); }

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

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

 a { background-color: rgb(159,125,175); }

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

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

 span { border-color: rgb(159,125,175); }

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