#9f6daf

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

Shades of Ce Soir #9F6DAF

Tints of Ce Soir #9F6DAF

Color information

#9F6DAF (or 0x9F6DAF) is unknown color: approx Ce Soir. HEX triplet: 9F, 6D and AF. RGB value is (159,109,175). Sum of RGB (Red+Green+Blue) = 159+109+175=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6DAF is #609250. Grayscale: #838383. Windows color (decimal): -6328913 or 11496863. OLE color: 11496863.

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

Color convert

RGB159109175-
CMYK0.090.3800.31
HSL285.45º29.2%55.69%-
HSV(B)285.45º37.71%68.63%-
XYZ27.521.443.24-
YUV131.47152.56147.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=35.89%
G=24.60%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591091750.090.3800.31285.4529.255.69
Hex9F6DAF92601F11d1d38
Octal23715525711460374353570
Binary10011111110110110101111100110011001111110001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f6daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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