#9F6BAB

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

Shades of Ce Soir #9F6BAB

Tints of Ce Soir #9F6BAB

Color information

#9F6BAB (or 0x9F6BAB) is unknown color: approx Ce Soir. HEX triplet: 9F, 6B and AB. RGB value is (159,107,171). Sum of RGB (Red+Green+Blue) = 159+107+171=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6BAB is #609454. Grayscale: #818181. Windows color (decimal): -6329429 or 11234207. OLE color: 11234207.

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

Color convert

RGB159107171-
CMYK0.070.3700.33
HSL288.75º27.59%54.51%-
HSV(B)288.75º37.43%67.06%-
XYZ26.9120.8341.13-
YUV129.84151.23148.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=36.38%
G=24.49%
B=39.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591071710.070.3700.33288.7527.5954.51
Hex9F6BAB7250211211c37
Octal2371532537450414413467
Binary10011111110101110101011111100101010000110010000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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