#8F659D

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

Shades of Ce Soir #8F659D

Tints of Ce Soir #8F659D

Color information

#8F659D (or 0x8F659D) is unknown color: approx Ce Soir. HEX triplet: 8F, 65 and 9D. RGB value is (143,101,157). Sum of RGB (Red+Green+Blue) = 143+101+157=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F659D is #709A62. Grayscale: #777777. Windows color (decimal): -7379555 or 10315151. OLE color: 10315151.

HSL color Cylindrical-coordinate representation of color #8F659D: hue angle of 285º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F659D is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143101157-
CMYK0.090.3600.38
HSL285º22.22%50.59%-
HSV(B)285º35.67%61.57%-
XYZ22.0717.5834.13-
YUV119.94148.91144.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=35.66%
G=25.19%
B=39.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431011570.090.3600.3828522.2250.59
Hex8F659D92402611d1633
Octal21714523511440464352663
Binary100011111100101100111011001100100010011010001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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