#8F7FA1

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

Shades of Ce Soir #8F7FA1

Tints of Ce Soir #8F7FA1

Color information

#8F7FA1 (or 0x8F7FA1) is unknown color: approx Ce Soir. HEX triplet: 8F, 7F and A1. RGB value is (143,127,161). Sum of RGB (Red+Green+Blue) = 143+127+161=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7FA1 is #70805E. Grayscale: #878787. Windows color (decimal): -7372895 or 10583951. OLE color: 10583951.

HSL color Cylindrical-coordinate representation of color #8F7FA1: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7FA1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB143127161-
CMYK0.110.2100.37
HSL268.24º15.32%56.47%-
HSV(B)268.24º21.12%63.14%-
XYZ25.3523.5936.94-
YUV135.66142.3133.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=33.18%
G=29.47%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431271610.110.2100.37268.2415.3256.47
Hex8F7FA1B1502510cf38
Octal21717724113250454141770
Binary1000111111111111010000110111010101001011000011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,127,161); }

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

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

 a { background-color: rgb(143,127,161); }

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

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

 span { border-color: rgb(143,127,161); }

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