#9F6DAB

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

Shades of Ce Soir #9F6DAB

Tints of Ce Soir #9F6DAB

Color information

#9F6DAB (or 0x9F6DAB) is unknown color: approx Ce Soir. HEX triplet: 9F, 6D and AB. RGB value is (159,109,171). Sum of RGB (Red+Green+Blue) = 159+109+171=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6DAB is #609254. Grayscale: #828282. Windows color (decimal): -6328917 or 11234719. OLE color: 11234719.

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

Color convert

RGB159109171-
CMYK0.070.3600.33
HSL288.39º26.96%54.9%-
HSV(B)288.39º36.26%67.06%-
XYZ27.1221.2541.2-
YUV131.02150.56147.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=36.22%
G=24.83%
B=38.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591091710.070.3600.33288.3926.9654.9
Hex9F6DAB7240211201b37
Octal2371552537440414403367
Binary10011111110110110101011111100100010000110010000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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