#8F659C

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

Shades of Ce Soir #8F659C

Tints of Ce Soir #8F659C

Color information

#8F659C (or 0x8F659C) is unknown color: approx Ce Soir. HEX triplet: 8F, 65 and 9C. RGB value is (143,101,156). Sum of RGB (Red+Green+Blue) = 143+101+156=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F659C is #709A63. Grayscale: #777777. Windows color (decimal): -7379556 or 10249615. OLE color: 10249615.

HSL color Cylindrical-coordinate representation of color #8F659C: hue angle of 285.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F659C is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB143101156-
CMYK0.080.3500.39
HSL285.82º21.74%50.39%-
HSV(B)285.82º35.26%61.18%-
XYZ21.9817.5533.68-
YUV119.83148.41144.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=35.75%
G=25.25%
B=39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431011560.080.3500.39285.8221.7450.39
Hex8F659C82302711e1632
Octal21714523410430474362662
Binary100011111100101100111001000100011010011110001111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F659C; }

 p { color: rgb(143,101,156); }

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

<style>
 a { background-color: #8F659C; }

 a { background-color: rgb(143,101,156); }

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

<style>
 span { border-color: #8F659C; }

 span { border-color: rgb(143,101,156); }

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