#8F65AB

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

Shades of Ce Soir #8F65AB

Tints of Ce Soir #8F65AB

Color information

#8F65AB (or 0x8F65AB) is unknown color: approx Ce Soir. HEX triplet: 8F, 65 and AB. RGB value is (143,101,171). Sum of RGB (Red+Green+Blue) = 143+101+171=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F65AB is #709A54. Grayscale: #797979. Windows color (decimal): -7379541 or 11232655. OLE color: 11232655.

HSL color Cylindrical-coordinate representation of color #8F65AB: hue angle of 276º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F65AB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143101171-
CMYK0.160.4100.33
HSL276º29.41%53.33%-
HSV(B)276º40.94%67.06%-
XYZ23.3318.0940.79-
YUV121.54155.91143.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=34.46%
G=24.34%
B=41.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431011710.160.4100.3327629.4153.33
Hex8F65AB10290211141d35
Octal21714525320510414243565
Binary1000111111001011010101110000101001010000110001010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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